Html Css Color HEX #214DB4 Cerulean Blue

📋 copy color: '#214DB4'

red 33 ◦ green 77 ◦ blue 180

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

Shades of Cerulean Blue #214DB4

Tints of Cerulean Blue #214DB4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 180 (70.7% from 255) = 62.07%

R = 11.38%
G = 26.55%
B = 62.07%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#214DB4 (or 0x214DB4) is known color: Cerulean Blue. HEX triplet: 21, 4D and B4. RGB value is (33,77,180). Sum of RGB (Red+Green+Blue) = 33+77+180=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #214DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DB4 is #DEB24B. Grayscale: #4B4B4B. Windows color (decimal): -14594636 or 11816225. OLE color: 11816225.

HSL color Cylindrical-coordinate representation of color #214DB4: hue angle of 222.04º 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 #214DB4 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 77 180 -
CMYK 0.82 0.57 0 0.29
HSL 222.04º 0.69% 0.42% -
HSV(B) 222.04º 0.82% 0.71% -
XYZ 11.52 8.93 44.3 -
YUV 75.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 33 77 180 0.82 0.57 0 0.29 222.04 0.69 0.42
Hex 21 4D B4 52 39 0 1D DE 45 2A
Octal 41 115 264 122 71 0 35 336 105 52
Binary 100001 1001101 10110100 1010010 111001 0 11101 11011110 1000101 101010

Color Harmonies of #214DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DB4

Black with #214DB4

Text Example


Text Example

White with #214DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,77,180); }

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

background-color css

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

 a { background-color: rgb(33,77,180); }

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

border-color css

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

 span { border-color: rgb(33,77,180); }

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