Html Css Color HEX #214DD7 Cerulean Blue

📋 copy color: '#214DD7'

red 33 ◦ green 77 ◦ blue 215

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

Shades of Cerulean Blue #214DD7

Tints of Cerulean Blue #214DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.15%

R = 10.15%
G = 23.69%
B = 66.15%

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

#214DD7 (or 0x214DD7) is known color: Cerulean Blue. HEX triplet: 21, 4D and D7. RGB value is (33,77,215). Sum of RGB (Red+Green+Blue) = 33+77+215=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #214DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DD7 is #DEB228. Grayscale: #4E4E4E. Windows color (decimal): -14594601 or 14109985. OLE color: 14109985.

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

Color convert

RGB 33 77 215 -
CMYK 0.85 0.64 0 0.16
HSL 225.49º 0.73% 0.49% -
HSV(B) 225.49º 0.85% 0.84% -
XYZ 15.55 10.54 65.5 -
YUV 79.58 204.42 94.78 -
System Red Green Blue C M Y K H S L
Decimal 33 77 215 0.85 0.64 0 0.16 225.49 0.73 0.49
Hex 21 4D D7 55 40 0 10 E1 49 31
Octal 41 115 327 125 100 0 20 341 111 61
Binary 100001 1001101 11010111 1010101 1000000 0 10000 11100001 1001001 110001

Color Harmonies of #214DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DD7

Black with #214DD7

Text Example


Text Example

White with #214DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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