Html Css Color HEX #214AB6 Cerulean Blue

📋 copy color: '#214AB6'

red 33 ◦ green 74 ◦ blue 182

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

Shades of Cerulean Blue #214AB6

Tints of Cerulean Blue #214AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 182 (71.48% from 255) = 62.98%

R = 11.42%
G = 25.61%
B = 62.98%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#214AB6 (or 0x214AB6) is known color: Cerulean Blue. HEX triplet: 21, 4A and B6. RGB value is (33,74,182). Sum of RGB (Red+Green+Blue) = 33+74+182=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #214AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214AB6 is #DEB549. Grayscale: #494949. Windows color (decimal): -14595402 or 11946529. OLE color: 11946529.

HSL color Cylindrical-coordinate representation of color #214AB6: hue angle of 223.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214AB6 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 74 182 -
CMYK 0.82 0.59 0 0.29
HSL 223.49º 0.69% 0.42% -
HSV(B) 223.49º 0.82% 0.71% -
XYZ 11.52 8.6 45.31 -
YUV 74.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 33 74 182 0.82 0.59 0 0.29 223.49 0.69 0.42
Hex 21 4A B6 52 3B 0 1D DF 45 2A
Octal 41 112 266 122 73 0 35 337 105 52
Binary 100001 1001010 10110110 1010010 111011 0 11101 11011111 1000101 101010

Color Harmonies of #214AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214AB6

Black with #214AB6

Text Example


Text Example

White with #214AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,182); }

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

background-color css

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

 a { background-color: rgb(33,74,182); }

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

border-color css

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

 span { border-color: rgb(33,74,182); }

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