Html Css Color HEX #214DB7 Cerulean Blue

📋 copy color: '#214DB7'

red 33 ◦ green 77 ◦ blue 183

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

Shades of Cerulean Blue #214DB7

Tints of Cerulean Blue #214DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 62.46%

R = 11.26%
G = 26.28%
B = 62.46%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#214DB7 (or 0x214DB7) is known color: Cerulean Blue. HEX triplet: 21, 4D and B7. RGB value is (33,77,183). Sum of RGB (Red+Green+Blue) = 33+77+183=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #214DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DB7 is #DEB248. Grayscale: #4B4B4B. Windows color (decimal): -14594633 or 12012833. OLE color: 12012833.

HSL color Cylindrical-coordinate representation of color #214DB7: hue angle of 222.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214DB7 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 77 183 -
CMYK 0.82 0.58 0 0.28
HSL 222.4º 0.69% 0.42% -
HSV(B) 222.4º 0.82% 0.72% -
XYZ 11.83 9.05 45.92 -
YUV 75.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 33 77 183 0.82 0.58 0 0.28 222.4 0.69 0.42
Hex 21 4D B7 52 3A 0 1C DE 45 2A
Octal 41 115 267 122 72 0 34 336 105 52
Binary 100001 1001101 10110111 1010010 111010 0 11100 11011110 1000101 101010

Color Harmonies of #214DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DB7

Black with #214DB7

Text Example


Text Example

White with #214DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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