Html Css Color HEX #214CAC Cerulean Blue

📋 copy color: '#214CAC'

red 33 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #214CAC

Tints of Cerulean Blue #214CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 11.74%
G = 27.05%
B = 61.21%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#214CAC (or 0x214CAC) is known color: Cerulean Blue. HEX triplet: 21, 4C and AC. RGB value is (33,76,172). Sum of RGB (Red+Green+Blue) = 33+76+172=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #214CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214CAC is #DEB353. Grayscale: #494949. Windows color (decimal): -14594900 or 11291681. OLE color: 11291681.

HSL color Cylindrical-coordinate representation of color #214CAC: hue angle of 221.44º degrees, saturation: 0.68, 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 #214CAC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 76 172 -
CMYK 0.81 0.56 0 0.33
HSL 221.44º 0.68% 0.4% -
HSV(B) 221.44º 0.81% 0.67% -
XYZ 10.66 8.47 40.1 -
YUV 74.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 33 76 172 0.81 0.56 0 0.33 221.44 0.68 0.4
Hex 21 4C AC 51 38 0 21 DD 44 28
Octal 41 114 254 121 70 0 41 335 104 50
Binary 100001 1001100 10101100 1010001 111000 0 100001 11011101 1000100 101000

Color Harmonies of #214CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CAC

Black with #214CAC

Text Example


Text Example

White with #214CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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