Html Css Color HEX #214BA4 Cerulean Blue

📋 copy color: '#214BA4'

red 33 ◦ green 75 ◦ blue 164

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

Shades of Cerulean Blue #214BA4

Tints of Cerulean Blue #214BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

 BLUE value IS 164 (64.45% from 255) = 60.29%

R = 12.13%
G = 27.57%
B = 60.29%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#214BA4 (or 0x214BA4) is known color: Cerulean Blue. HEX triplet: 21, 4B and A4. RGB value is (33,75,164). Sum of RGB (Red+Green+Blue) = 33+75+164=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #214BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214BA4 is #DEB45B. Grayscale: #484848. Windows color (decimal): -14595164 or 10767137. OLE color: 10767137.

HSL color Cylindrical-coordinate representation of color #214BA4: hue angle of 220.76º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214BA4 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 75 164 -
CMYK 0.80 0.54 0 0.36
HSL 220.76º 0.66% 0.39% -
HSV(B) 220.76º 0.8% 0.64% -
XYZ 9.84 8.04 36.15 -
YUV 72.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 33 75 164 0.80 0.54 0 0.36 220.76 0.66 0.39
Hex 21 4B A4 50 36 0 24 DD 42 27
Octal 41 113 244 120 66 0 44 335 102 47
Binary 100001 1001011 10100100 1010000 110110 0 100100 11011101 1000010 100111

Color Harmonies of #214BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BA4

Black with #214BA4

Text Example


Text Example

White with #214BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,75,164); }

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

background-color css

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

 a { background-color: rgb(33,75,164); }

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

border-color css

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

 span { border-color: rgb(33,75,164); }

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