Html Css Color HEX #215CC0 Denim

📋 copy color: '#215CC0'

red 33 ◦ green 92 ◦ blue 192

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

Shades of Denim #215CC0

Tints of Denim #215CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 10.41%
G = 29.02%
B = 60.57%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#215CC0 (or 0x215CC0) is known color: Denim. HEX triplet: 21, 5C and C0. RGB value is (33,92,192). Sum of RGB (Red+Green+Blue) = 33+92+192=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #215CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CC0 is #DEA33F. Grayscale: #555555. Windows color (decimal): -14590784 or 12606497. OLE color: 12606497.

HSL color Cylindrical-coordinate representation of color #215CC0: hue angle of 217.74º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215CC0 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 92 192 -
CMYK 0.83 0.52 0 0.25
HSL 217.74º 0.71% 0.44% -
HSV(B) 217.74º 0.83% 0.75% -
XYZ 13.97 11.78 51.41 -
YUV 85.76 187.95 90.37 -
System Red Green Blue C M Y K H S L
Decimal 33 92 192 0.83 0.52 0 0.25 217.74 0.71 0.44
Hex 21 5C C0 53 34 0 19 DA 47 2C
Octal 41 134 300 123 64 0 31 332 107 54
Binary 100001 1011100 11000000 1010011 110100 0 11001 11011010 1000111 101100

Color Harmonies of #215CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CC0

Black with #215CC0

Text Example


Text Example

White with #215CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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