Html Css Color HEX #215CCE Cerulean Blue

📋 copy color: '#215CCE'

red 33 ◦ green 92 ◦ blue 206

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

Shades of Cerulean Blue #215CCE

Tints of Cerulean Blue #215CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 9.97%
G = 27.79%
B = 62.24%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#215CCE (or 0x215CCE) is known color: Cerulean Blue. HEX triplet: 21, 5C and CE. RGB value is (33,92,206). Sum of RGB (Red+Green+Blue) = 33+92+206=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #215CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CCE is #DEA331. Grayscale: #565656. Windows color (decimal): -14590770 or 13524001. OLE color: 13524001.

HSL color Cylindrical-coordinate representation of color #215CCE: hue angle of 219.54º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215CCE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 92 206 -
CMYK 0.84 0.55 0 0.19
HSL 219.54º 0.72% 0.47% -
HSV(B) 219.54º 0.84% 0.81% -
XYZ 15.59 12.43 59.97 -
YUV 87.36 194.95 89.23 -
System Red Green Blue C M Y K H S L
Decimal 33 92 206 0.84 0.55 0 0.19 219.54 0.72 0.47
Hex 21 5C CE 54 37 0 13 DC 48 2F
Octal 41 134 316 124 67 0 23 334 110 57
Binary 100001 1011100 11001110 1010100 110111 0 10011 11011100 1001000 101111

Color Harmonies of #215CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CCE

Black with #215CCE

Text Example


Text Example

White with #215CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215CCE; }

 p { color: rgb(33,92,206); }

 H1.HeaderClassName
 {
   color: #215CCE;
 }
 .AnyTagClassName
 {
   color: #215CCE;
 }
</style>

background-color css

<style>
 a { background-color: #215CCE; }

 a { background-color: rgb(33,92,206); }

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

border-color css

<style>
 span { border-color: #215CCE; }

 span { border-color: rgb(33,92,206); }

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