Html Css Color HEX #214DD6 Cerulean Blue

📋 copy color: '#214DD6'

red 33 ◦ green 77 ◦ blue 214

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

Shades of Cerulean Blue #214DD6

Tints of Cerulean Blue #214DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 66.05%

R = 10.19%
G = 23.77%
B = 66.05%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#214DD6 (or 0x214DD6) is known color: Cerulean Blue. HEX triplet: 21, 4D and D6. RGB value is (33,77,214). Sum of RGB (Red+Green+Blue) = 33+77+214=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #214DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DD6 is #DEB229. Grayscale: #4E4E4E. Windows color (decimal): -14594602 or 14044449. OLE color: 14044449.

HSL color Cylindrical-coordinate representation of color #214DD6: hue angle of 225.41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214DD6 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 77 214 -
CMYK 0.85 0.64 0 0.16
HSL 225.41º 0.73% 0.48% -
HSV(B) 225.41º 0.85% 0.84% -
XYZ 15.42 10.49 64.83 -
YUV 79.46 203.92 94.86 -
System Red Green Blue C M Y K H S L
Decimal 33 77 214 0.85 0.64 0 0.16 225.41 0.73 0.48
Hex 21 4D D6 55 40 0 10 E1 49 30
Octal 41 115 326 125 100 0 20 341 111 60
Binary 100001 1001101 11010110 1010101 1000000 0 10000 11100001 1001001 110000

Color Harmonies of #214DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DD6

Black with #214DD6

Text Example


Text Example

White with #214DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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