COLOR #216EFA

HEX: #216EFA
RGB: (33,110,250)

Color info

#216EFA contains mainly blue color. Web safe color of #216EFA is #3366FF (or #36F).

RGB color model

#216EFA color RGB value is (33,110,250).

  • red value is 33;
  • green value is 110;
  • blue value is 250.
RGB:
(33,110,250)
(13%,43%,98%)

RGB channels and saturation

R 33 of 255 = 13%
G 110 of 255 = 43%
B 250 of 255 = 98%

33
110
250

R + G + B ~ 51%. #216EFA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
33 + 110 + 250 = 393 (100%)
R 33 of 393 ~ 8.4%
G 110 of 393 ~ 27.99%
B 250 of 393 ~ 63.61%

%27.99
%63.61

CMYK color model

#216EFA color CMYK value is (87,56,0,2).

  • cyan value is 86.80%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(87,56,0,2)
C87M56Y0K2 
(87%,56%,0%,2%)
(0.87/0.56/0.00/0.02)	

CMYK percentages

%86.8
%56
%0
%1.96

Codes

Color #216EFA in popluar color models

216EFA
RGB33110250
HSL219°95.59%55.49%
HSB/HSV219°86.80%98.04%
CMYK86.80%56.00%0.00%
1.96%

Color #216EFA in popluar number systems.

HEX216EFA
Decimal33110250
Binary100001110111011111010
Octal41156372

Shades and tints

Shades of #216EFA

#216EFA
(33,110,250)
#1E64E4
(30,100,228)
#1B5ACE
(27,90,206)
#1850B8
(24,80,184)
#1546A2
(21,70,162)
#123C8C
(18,60,140)
#0F3276
(15,50,118)
#0C2860
(12,40,96)
#091E4A
(9,30,74)
#061434
(6,20,52)
#030A1E
(3,10,30)
#000000
(0,0,0)

Tints of #216EFA

#216EFA
(33,110,250)
#357BFA
(53,123,250)
#4988FA
(73,136,250)
#5D95FA
(93,149,250)
#71A2FA
(113,162,250)
#85AFFA
(133,175,250)
#99BCFA
(153,188,250)
#ADC9FA
(173,201,250)
#C1D6FA
(193,214,250)
#D5E3FA
(213,227,250)
#E9F0FA
(233,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216EFA color. Also use rgb(33,110,250) instead hex code.

Text Font Color

.myTextColor { color: #216EFA; }

<p style="color:#216EFA">This sample text font color is #216EFA.</p>

This text font color is #216EFA.


Background Color

.myBgColor { background-color: #216EFA; }

<div style="background-color:#216EFA">Inner text</div>

This div background color is #216EFA.


Border color

.myBorderColor { border: 1px solid #216EFA; }

<div style="border:3px solid #216EFA">Div</div>

This div border color is #216EFA.


Opacity

.myOpacity80 { color: #216EFA; opacity: 0.8; }

<p style="color:#216EFA;opacity:0.8;">80%</p>

Text with #216EFA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #216EFA;}

<p style="text-shadow: 3px 3px 1px #216EFA">Text here.</p>

This text has shadow with #216EFA color.

.textShadow {text-shadow: 3px 3px 1px #216EFA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #216EFA, 5px 5px 20px red">Text here.</p>

This text has shadow with #216EFA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#216EFA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#216EFA, Direction=45, Strength=4)">Text</p>

This text has shadow with #216EFA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #216EFA;
  -webkit-box-shadow:	1px 1px 3px 2px #216EFA;
  box-shadow:		1px 1px 3px 2px #216EFA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #216EFA;
-webkit-box-shadow: 1px 1px 3px 2px #216EFA;
box-shadow:1px 1px 3px 2px #216EFA;">
Div content here</div>
This div box has shadow with color #216EFA.

Preview

Color preview on black background

This text has color #216EFA on black background.


Color preview on white background

This text has color #216EFA on white background.



Black color preview on #216EFA background

This text has black color on #216EFA background.


White color preview on #216EFA background

This text has white color on #216EFA background.