Html Css Color HEX #215DA8 Denim

📋 copy color: '#215DA8'

red 33 ◦ green 93 ◦ blue 168

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

Shades of Denim #215DA8

Tints of Denim #215DA8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

 BLUE value IS 168 (66.02% from 255) = 57.14%

R = 11.22%
G = 31.63%
B = 57.14%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#215DA8 (or 0x215DA8) is known color: Denim. HEX triplet: 21, 5D and A8. RGB value is (33,93,168). Sum of RGB (Red+Green+Blue) = 33+93+168=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #215DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DA8 is #DEA257. Grayscale: #535353. Windows color (decimal): -14590552 or 11033889. OLE color: 11033889.

HSL color Cylindrical-coordinate representation of color #215DA8: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215DA8 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 33 93 168 -
CMYK 0.80 0.45 0 0.34
HSL 213.33º 0.67% 0.39% -
HSV(B) 213.33º 0.8% 0.66% -
XYZ 11.61 10.98 38.55 -
YUV 83.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 33 93 168 0.80 0.45 0 0.34 213.33 0.67 0.39
Hex 21 5D A8 50 2D 0 22 D5 43 27
Octal 41 135 250 120 55 0 42 325 103 47
Binary 100001 1011101 10101000 1010000 101101 0 100010 11010101 1000011 100111

Color Harmonies of #215DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DA8

Black with #215DA8

Text Example


Text Example

White with #215DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,168); }

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

background-color css

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

 a { background-color: rgb(33,93,168); }

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

border-color css

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

 span { border-color: rgb(33,93,168); }

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