Html Css Color HEX #214FAC Cerulean Blue

📋 copy color: '#214FAC'

red 33 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #214FAC

Tints of Cerulean Blue #214FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 11.62%
G = 27.82%
B = 60.56%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#214FAC (or 0x214FAC) is known color: Cerulean Blue. HEX triplet: 21, 4F and AC. RGB value is (33,79,172). Sum of RGB (Red+Green+Blue) = 33+79+172=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #214FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214FAC is #DEB053. Grayscale: #4B4B4B. Windows color (decimal): -14594132 or 11292449. OLE color: 11292449.

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

Color convert

RGB 33 79 172 -
CMYK 0.81 0.54 0 0.33
HSL 220.14º 0.68% 0.4% -
HSV(B) 220.14º 0.81% 0.67% -
XYZ 10.87 8.89 40.17 -
YUV 75.85 182.26 97.44 -
System Red Green Blue C M Y K H S L
Decimal 33 79 172 0.81 0.54 0 0.33 220.14 0.68 0.4
Hex 21 4F AC 51 36 0 21 DC 44 28
Octal 41 117 254 121 66 0 41 334 104 50
Binary 100001 1001111 10101100 1010001 110110 0 100001 11011100 1000100 101000

Color Harmonies of #214FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FAC

Black with #214FAC

Text Example


Text Example

White with #214FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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