Html Css Color HEX #215ECE Denim

📋 copy color: '#215ECE'

red 33 ◦ green 94 ◦ blue 206

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

Shades of Denim #215ECE

Tints of Denim #215ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 9.91%
G = 28.23%
B = 61.86%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#215ECE (or 0x215ECE) is known color: Denim. HEX triplet: 21, 5E and CE. RGB value is (33,94,206). Sum of RGB (Red+Green+Blue) = 33+94+206=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #215ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ECE is #DEA131. Grayscale: #585858. Windows color (decimal): -14590258 or 13524513. OLE color: 13524513.

HSL color Cylindrical-coordinate representation of color #215ECE: hue angle of 218.84º 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 #215ECE is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 94 206 -
CMYK 0.84 0.54 0 0.19
HSL 218.84º 0.72% 0.47% -
HSV(B) 218.84º 0.84% 0.81% -
XYZ 15.77 12.78 60.03 -
YUV 88.53 194.29 88.39 -
System Red Green Blue C M Y K H S L
Decimal 33 94 206 0.84 0.54 0 0.19 218.84 0.72 0.47
Hex 21 5E CE 54 36 0 13 DB 48 2F
Octal 41 136 316 124 66 0 23 333 110 57
Binary 100001 1011110 11001110 1010100 110110 0 10011 11011011 1001000 101111

Color Harmonies of #215ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ECE

Black with #215ECE

Text Example


Text Example

White with #215ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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