Html Css Color HEX #214CAA Cerulean Blue

📋 copy color: '#214CAA'

red 33 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #214CAA

Tints of Cerulean Blue #214CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 11.83%
G = 27.24%
B = 60.93%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#214CAA (or 0x214CAA) is known color: Cerulean Blue. HEX triplet: 21, 4C and AA. RGB value is (33,76,170). Sum of RGB (Red+Green+Blue) = 33+76+170=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #214CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214CAA is #DEB355. Grayscale: #494949. Windows color (decimal): -14594902 or 11160609. OLE color: 11160609.

HSL color Cylindrical-coordinate representation of color #214CAA: hue angle of 221.17º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #214CAA is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 76 170 -
CMYK 0.81 0.55 0 0.33
HSL 221.17º 0.67% 0.4% -
HSV(B) 221.17º 0.81% 0.67% -
XYZ 10.47 8.39 39.1 -
YUV 73.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 33 76 170 0.81 0.55 0 0.33 221.17 0.67 0.4
Hex 21 4C AA 51 37 0 21 DD 43 28
Octal 41 114 252 121 67 0 41 335 103 50
Binary 100001 1001100 10101010 1010001 110111 0 100001 11011101 1000011 101000

Color Harmonies of #214CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CAA

Black with #214CAA

Text Example


Text Example

White with #214CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,170); }

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

background-color css

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

 a { background-color: rgb(33,76,170); }

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

border-color css

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

 span { border-color: rgb(33,76,170); }

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