Html Css Color HEX #215ECC Denim

📋 copy color: '#215ECC'

red 33 ◦ green 94 ◦ blue 204

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

Shades of Denim #215ECC

Tints of Denim #215ECC

RGB

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

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

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

R = 9.97%
G = 28.4%
B = 61.63%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#215ECC (or 0x215ECC) is known color: Denim. HEX triplet: 21, 5E and CC. RGB value is (33,94,204). Sum of RGB (Red+Green+Blue) = 33+94+204=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #215ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ECC is #DEA133. Grayscale: #575757. Windows color (decimal): -14590260 or 13393441. OLE color: 13393441.

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

Color convert

RGB 33 94 204 -
CMYK 0.84 0.54 0 0.2
HSL 218.6º 0.72% 0.46% -
HSV(B) 218.6º 0.84% 0.8% -
XYZ 15.53 12.69 58.76 -
YUV 88.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 33 94 204 0.84 0.54 0 0.2 218.6 0.72 0.46
Hex 21 5E CC 54 36 0 14 DB 48 2E
Octal 41 136 314 124 66 0 24 333 110 56
Binary 100001 1011110 11001100 1010100 110110 0 10100 11011011 1001000 101110

Color Harmonies of #215ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ECC

Black with #215ECC

Text Example


Text Example

White with #215ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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