Html Css Color HEX #214BAB Cerulean Blue

📋 copy color: '#214BAB'

red 33 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #214BAB

Tints of Cerulean Blue #214BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 11.83%
G = 26.88%
B = 61.29%

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

#214BAB (or 0x214BAB) is known color: Cerulean Blue. HEX triplet: 21, 4B and AB. RGB value is (33,75,171). Sum of RGB (Red+Green+Blue) = 33+75+171=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #214BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214BAB is #DEB454. Grayscale: #484848. Windows color (decimal): -14595157 or 11225889. OLE color: 11225889.

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

Color convert

RGB 33 75 171 -
CMYK 0.81 0.56 0 0.33
HSL 221.74º 0.68% 0.4% -
HSV(B) 221.74º 0.81% 0.67% -
XYZ 10.49 8.3 39.58 -
YUV 73.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 33 75 171 0.81 0.56 0 0.33 221.74 0.68 0.4
Hex 21 4B AB 51 38 0 21 DE 44 28
Octal 41 113 253 121 70 0 41 336 104 50
Binary 100001 1001011 10101011 1010001 111000 0 100001 11011110 1000100 101000

Color Harmonies of #214BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BAB

Black with #214BAB

Text Example


Text Example

White with #214BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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