Html Css Color HEX #214DCC Cerulean Blue

📋 copy color: '#214DCC'

red 33 ◦ green 77 ◦ blue 204

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

Shades of Cerulean Blue #214DCC

Tints of Cerulean Blue #214DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 10.51%
G = 24.52%
B = 64.97%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#214DCC (or 0x214DCC) is known color: Cerulean Blue. HEX triplet: 21, 4D and CC. RGB value is (33,77,204). Sum of RGB (Red+Green+Blue) = 33+77+204=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #214DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DCC is #DEB233. Grayscale: #4D4D4D. Windows color (decimal): -14594612 or 13389089. OLE color: 13389089.

HSL color Cylindrical-coordinate representation of color #214DCC: hue angle of 224.56º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214DCC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 77 204 -
CMYK 0.84 0.62 0 0.2
HSL 224.56º 0.72% 0.46% -
HSV(B) 224.56º 0.84% 0.8% -
XYZ 14.18 9.99 58.31 -
YUV 78.32 198.92 95.67 -
System Red Green Blue C M Y K H S L
Decimal 33 77 204 0.84 0.62 0 0.2 224.56 0.72 0.46
Hex 21 4D CC 54 3E 0 14 E1 48 2E
Octal 41 115 314 124 76 0 24 341 110 56
Binary 100001 1001101 11001100 1010100 111110 0 10100 11100001 1001000 101110

Color Harmonies of #214DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DCC

Black with #214DCC

Text Example


Text Example

White with #214DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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