Html Css Color HEX #214EC0 Cerulean Blue

📋 copy color: '#214EC0'

red 33 ◦ green 78 ◦ blue 192

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

Shades of Cerulean Blue #214EC0

Tints of Cerulean Blue #214EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

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

R = 10.89%
G = 25.74%
B = 63.37%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#214EC0 (or 0x214EC0) is known color: Cerulean Blue. HEX triplet: 21, 4E and C0. RGB value is (33,78,192). Sum of RGB (Red+Green+Blue) = 33+78+192=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #214EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EC0 is #DEB13F. Grayscale: #4D4D4D. Windows color (decimal): -14594368 or 12602913. OLE color: 12602913.

HSL color Cylindrical-coordinate representation of color #214EC0: hue angle of 223.02º 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 #214EC0 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 78 192 -
CMYK 0.83 0.59 0 0.25
HSL 223.02º 0.71% 0.44% -
HSV(B) 223.02º 0.83% 0.75% -
XYZ 12.87 9.58 51.04 -
YUV 77.54 192.59 96.23 -
System Red Green Blue C M Y K H S L
Decimal 33 78 192 0.83 0.59 0 0.25 223.02 0.71 0.44
Hex 21 4E C0 53 3B 0 19 DF 47 2C
Octal 41 116 300 123 73 0 31 337 107 54
Binary 100001 1001110 11000000 1010011 111011 0 11001 11011111 1000111 101100

Color Harmonies of #214EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EC0

Black with #214EC0

Text Example


Text Example

White with #214EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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