Html Css Color HEX #214FCD Cerulean Blue

📋 copy color: '#214FCD'

red 33 ◦ green 79 ◦ blue 205

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

Shades of Cerulean Blue #214FCD

Tints of Cerulean Blue #214FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.92%

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 10.41%
G = 24.92%
B = 64.67%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#214FCD (or 0x214FCD) is known color: Cerulean Blue. HEX triplet: 21, 4F and CD. RGB value is (33,79,205). Sum of RGB (Red+Green+Blue) = 33+79+205=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #214FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FCD is #DEB032. Grayscale: #4F4F4F. Windows color (decimal): -14594099 or 13455137. OLE color: 13455137.

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

Color convert

RGB 33 79 205 -
CMYK 0.84 0.61 0 0.20
HSL 223.95º 0.72% 0.47% -
HSV(B) 223.95º 0.84% 0.8% -
XYZ 14.44 10.32 58.99 -
YUV 79.61 198.76 94.75 -
System Red Green Blue C M Y K H S L
Decimal 33 79 205 0.84 0.61 0 0.20 223.95 0.72 0.47
Hex 21 4F CD 54 3D 0 14 E0 48 2F
Octal 41 117 315 124 75 0 24 340 110 57
Binary 100001 1001111 11001101 1010100 111101 0 10100 11100000 1001000 101111

Color Harmonies of #214FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FCD

Black with #214FCD

Text Example


Text Example

White with #214FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,79,205); }

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

background-color css

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

 a { background-color: rgb(33,79,205); }

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

border-color css

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

 span { border-color: rgb(33,79,205); }

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