Html Css Color HEX #214EC9 Cerulean Blue

📋 copy color: '#214EC9'

red 33 ◦ green 78 ◦ blue 201

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

Shades of Cerulean Blue #214EC9

Tints of Cerulean Blue #214EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.42%

R = 10.58%
G = 25%
B = 64.42%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#214EC9 (or 0x214EC9) is known color: Cerulean Blue. HEX triplet: 21, 4E and C9. RGB value is (33,78,201). Sum of RGB (Red+Green+Blue) = 33+78+201=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #214EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EC9 is #DEB136. Grayscale: #4E4E4E. Windows color (decimal): -14594359 or 13192737. OLE color: 13192737.

HSL color Cylindrical-coordinate representation of color #214EC9: hue angle of 223.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214EC9 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 78 201 -
CMYK 0.84 0.61 0 0.21
HSL 223.93º 0.72% 0.46% -
HSV(B) 223.93º 0.84% 0.79% -
XYZ 13.89 9.99 56.45 -
YUV 78.57 197.09 95.5 -
System Red Green Blue C M Y K H S L
Decimal 33 78 201 0.84 0.61 0 0.21 223.93 0.72 0.46
Hex 21 4E C9 54 3D 0 15 E0 48 2E
Octal 41 116 311 124 75 0 25 340 110 56
Binary 100001 1001110 11001001 1010100 111101 0 10101 11100000 1001000 101110

Color Harmonies of #214EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EC9

Black with #214EC9

Text Example


Text Example

White with #214EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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