Html Css Color HEX #214DBD Cerulean Blue

📋 copy color: '#214DBD'

red 33 ◦ green 77 ◦ blue 189

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

Shades of Cerulean Blue #214DBD

Tints of Cerulean Blue #214DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.21%

R = 11.04%
G = 25.75%
B = 63.21%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#214DBD (or 0x214DBD) is known color: Cerulean Blue. HEX triplet: 21, 4D and BD. RGB value is (33,77,189). Sum of RGB (Red+Green+Blue) = 33+77+189=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #214DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DBD is #DEB242. Grayscale: #4C4C4C. Windows color (decimal): -14594627 or 12406049. OLE color: 12406049.

HSL color Cylindrical-coordinate representation of color #214DBD: hue angle of 223.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214DBD is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 77 189 -
CMYK 0.83 0.59 0 0.26
HSL 223.08º 0.7% 0.44% -
HSV(B) 223.08º 0.83% 0.74% -
XYZ 12.47 9.31 49.28 -
YUV 76.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 33 77 189 0.83 0.59 0 0.26 223.08 0.7 0.44
Hex 21 4D BD 53 3B 0 1A DF 46 2C
Octal 41 115 275 123 73 0 32 337 106 54
Binary 100001 1001101 10111101 1010011 111011 0 11010 11011111 1000110 101100

Color Harmonies of #214DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DBD

Black with #214DBD

Text Example


Text Example

White with #214DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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