Html Css Color HEX #214AB9 Cerulean Blue

📋 copy color: '#214AB9'

red 33 ◦ green 74 ◦ blue 185

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

Shades of Cerulean Blue #214AB9

Tints of Cerulean Blue #214AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 63.36%

R = 11.3%
G = 25.34%
B = 63.36%

CMYK

 C value IS 0.82

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#214AB9 (or 0x214AB9) is known color: Cerulean Blue. HEX triplet: 21, 4A and B9. RGB value is (33,74,185). Sum of RGB (Red+Green+Blue) = 33+74+185=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #214AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214AB9 is #DEB546. Grayscale: #494949. Windows color (decimal): -14595399 or 12143137. OLE color: 12143137.

HSL color Cylindrical-coordinate representation of color #214AB9: hue angle of 223.82º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214AB9 is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 74 185 -
CMYK 0.82 0.6 0 0.27
HSL 223.82º 0.7% 0.43% -
HSV(B) 223.82º 0.82% 0.73% -
XYZ 11.83 8.72 46.96 -
YUV 74.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 33 74 185 0.82 0.6 0 0.27 223.82 0.7 0.43
Hex 21 4A B9 52 3C 0 1B E0 46 2B
Octal 41 112 271 122 74 0 33 340 106 53
Binary 100001 1001010 10111001 1010010 111100 0 11011 11100000 1000110 101011

Color Harmonies of #214AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214AB9

Black with #214AB9

Text Example


Text Example

White with #214AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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