Html Css Color HEX #214DC0 Cerulean Blue

📋 copy color: '#214DC0'

red 33 ◦ green 77 ◦ blue 192

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

Shades of Cerulean Blue #214DC0

Tints of Cerulean Blue #214DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 10.93%
G = 25.5%
B = 63.58%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#214DC0 (or 0x214DC0) is known color: Cerulean Blue. HEX triplet: 21, 4D and C0. RGB value is (33,77,192). Sum of RGB (Red+Green+Blue) = 33+77+192=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #214DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DC0 is #DEB23F. Grayscale: #4C4C4C. Windows color (decimal): -14594624 or 12602657. OLE color: 12602657.

HSL color Cylindrical-coordinate representation of color #214DC0: hue angle of 223.4º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214DC0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 77 192 -
CMYK 0.83 0.60 0 0.25
HSL 223.4º 0.71% 0.44% -
HSV(B) 223.4º 0.83% 0.75% -
XYZ 12.8 9.44 51.02 -
YUV 76.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 33 77 192 0.83 0.60 0 0.25 223.4 0.71 0.44
Hex 21 4D C0 53 3C 0 19 DF 47 2C
Octal 41 115 300 123 74 0 31 337 107 54
Binary 100001 1001101 11000000 1010011 111100 0 11001 11011111 1000111 101100

Color Harmonies of #214DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DC0

Black with #214DC0

Text Example


Text Example

White with #214DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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