Html Css Color HEX #214AAA Cerulean Blue

📋 copy color: '#214AAA'

red 33 ◦ green 74 ◦ blue 170

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

Shades of Cerulean Blue #214AAA

Tints of Cerulean Blue #214AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.37%

R = 11.91%
G = 26.71%
B = 61.37%

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

#214AAA (or 0x214AAA) is known color: Cerulean Blue. HEX triplet: 21, 4A and AA. RGB value is (33,74,170). Sum of RGB (Red+Green+Blue) = 33+74+170=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #214AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214AAA is #DEB555. Grayscale: #484848. Windows color (decimal): -14595414 or 11160097. OLE color: 11160097.

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

Color convert

RGB 33 74 170 -
CMYK 0.81 0.56 0 0.33
HSL 222.04º 0.67% 0.4% -
HSV(B) 222.04º 0.81% 0.67% -
XYZ 10.33 8.12 39.05 -
YUV 72.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 33 74 170 0.81 0.56 0 0.33 222.04 0.67 0.4
Hex 21 4A AA 51 38 0 21 DE 43 28
Octal 41 112 252 121 70 0 41 336 103 50
Binary 100001 1001010 10101010 1010001 111000 0 100001 11011110 1000011 101000

Color Harmonies of #214AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214AAA

Black with #214AAA

Text Example


Text Example

White with #214AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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