Html Css Color HEX #214CD5 Cerulean Blue

📋 copy color: '#214CD5'

red 33 ◦ green 76 ◦ blue 213

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

Shades of Cerulean Blue #214CD5

Tints of Cerulean Blue #214CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

 BLUE value IS 213 (83.59% from 255) = 66.15%

R = 10.25%
G = 23.6%
B = 66.15%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#214CD5 (or 0x214CD5) is known color: Cerulean Blue. HEX triplet: 21, 4C and D5. RGB value is (33,76,213). Sum of RGB (Red+Green+Blue) = 33+76+213=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #214CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CD5 is #DEB32A. Grayscale: #4E4E4E. Windows color (decimal): -14594859 or 13978657. OLE color: 13978657.

HSL color Cylindrical-coordinate representation of color #214CD5: hue angle of 225.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214CD5 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 76 213 -
CMYK 0.85 0.64 0 0.16
HSL 225.67º 0.73% 0.48% -
HSV(B) 225.67º 0.85% 0.84% -
XYZ 15.22 10.3 64.14 -
YUV 78.76 203.75 95.36 -
System Red Green Blue C M Y K H S L
Decimal 33 76 213 0.85 0.64 0 0.16 225.67 0.73 0.48
Hex 21 4C D5 55 40 0 10 E2 49 30
Octal 41 114 325 125 100 0 20 342 111 60
Binary 100001 1001100 11010101 1010101 1000000 0 10000 11100010 1001001 110000

Color Harmonies of #214CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CD5

Black with #214CD5

Text Example


Text Example

White with #214CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,213); }

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

background-color css

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

 a { background-color: rgb(33,76,213); }

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

border-color css

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

 span { border-color: rgb(33,76,213); }

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