Shades of Denim #205FDA
Tints of Denim #205FDA
RGB
CMYK
RGB Variations
Color information
#205FDA (or 0x205FDA) is known color: Denim. HEX triplet: 20, 5F and DA. RGB value is (32,95,218). Sum of RGB (Red+Green+Blue) = 32+95+218=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #205FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FDA is #DFA025. Grayscale: #595959. Windows color (decimal): -14655526 or 14311200. OLE color: 14311200.
HSL color Cylindrical-coordinate representation of color #205FDA: hue angle of 219.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205FDA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 95 | 218 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.15 |
| HSL | 219.68º | 0.74% | 0.49% | - |
| HSV(B) | 219.68º | 0.85% | 0.85% | - |
| XYZ | 17.34 | 13.55 | 68.03 | - |
| YUV | 90.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 218 | 0.85 | 0.56 | 0 | 0.15 | 219.68 | 0.74 | 0.49 |
| Hex | 20 | 5F | DA | 55 | 38 | 0 | F | DC | 4A | 31 |
| Octal | 40 | 137 | 332 | 125 | 70 | 0 | 17 | 334 | 112 | 61 |
| Binary | 100000 | 1011111 | 11011010 | 1010101 | 111000 | 0 | 1111 | 11011100 | 1001010 | 110001 |
Color Harmonies of #205FDA
Complementary color
Monochromatic Colors of #205FDA
Black with #205FDA
Text Example
Text Example
White with #205FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FDA; }
p { color: rgb(32,95,218); }
H1.HeaderClassName
{
color: #205FDA;
}
.AnyTagClassName
{
color: #205FDA;
}
</style>
background-color css
<style>
a { background-color: #205FDA; }
a { background-color: rgb(32,95,218); }
div.DivClassName
{
background-color: #205FDA;
}
.BgClassName
{
background-color: #205FDA;
}
</style>
border-color css
<style>
span { border-color: #205FDA; }
span { border-color: rgb(32,95,218); }
td.TdClassName
{
border-color: #205FDA;
}
.TagClassName
{
border-color: #205FDA;
}
</style>