Html Css Color HEX #214EEC Royal Blue

📋 copy color: '#214EEC'

red 33 ◦ green 78 ◦ blue 236

#214EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #214EEC

Tints of Royal Blue #214EEC

RGB

 RED value IS 33 (13.28% from 255) = 9.51%

 GREEN value IS 78 (30.86% from 255) = 22.48%

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 9.51%
G = 22.48%
B = 68.01%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#214EEC (or 0x214EEC) is known color: Royal Blue. HEX triplet: 21, 4E and EC. RGB value is (33,78,236). Sum of RGB (Red+Green+Blue) = 33+78+236=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #214EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EEC is #DEB113. Grayscale: #515151. Windows color (decimal): -14594324 or 15486497. OLE color: 15486497.

HSL color Cylindrical-coordinate representation of color #214EEC: hue angle of 226.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214EEC is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 78 236 -
CMYK 0.86 0.67 0 0.07
HSL 226.7º 0.84% 0.53% -
HSV(B) 226.7º 0.86% 0.93% -
XYZ 18.49 11.83 80.67 -
YUV 82.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 33 78 236 0.86 0.67 0 0.07 226.7 0.84 0.53
Hex 21 4E EC 56 43 0 7 E3 54 35
Octal 41 116 354 126 103 0 7 343 124 65
Binary 100001 1001110 11101100 1010110 1000011 0 111 11100011 1010100 110101

Color Harmonies of #214EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EEC

Black with #214EEC

Text Example


Text Example

White with #214EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214EEC; }

 p { color: rgb(33,78,236); }

 H1.HeaderClassName
 {
   color: #214EEC;
 }
 .AnyTagClassName
 {
   color: #214EEC;
 }
</style>

background-color css

<style>
 a { background-color: #214EEC; }

 a { background-color: rgb(33,78,236); }

 div.DivClassName
 {
   background-color: #214EEC;
 }
 .BgClassName
 {
   background-color: #214EEC;
 }
</style>

border-color css

<style>
 span { border-color: #214EEC; }

 span { border-color: rgb(33,78,236); }

 td.TdClassName
 {
   border-color: #214EEC;
 }
 .TagClassName
 {
   border-color: #214EEC;
 }
</style>