Shades of Pelorous #2085AD
Tints of Pelorous #2085AD
RGB
CMYK
RGB Variations
Color information
#2085AD (or 0x2085AD) is known color: Pelorous. HEX triplet: 20, 85 and AD. RGB value is (32,133,173). Sum of RGB (Red+Green+Blue) = 32+133+173=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #2085AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2085AD is #DF7A52. Grayscale: #6B6B6B. Windows color (decimal): -14645843 or 11371808. OLE color: 11371808.
HSL color Cylindrical-coordinate representation of color #2085AD: hue angle of 197.02º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2085AD is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 133 | 173 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.32 |
| HSL | 197.02º | 0.69% | 0.4% | - |
| HSV(B) | 197.02º | 0.82% | 0.68% | - |
| XYZ | 16.53 | 20.1 | 42.54 | - |
| YUV | 107.36 | 165.04 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 173 | 0.82 | 0.23 | 0 | 0.32 | 197.02 | 0.69 | 0.4 |
| Hex | 20 | 85 | AD | 52 | 17 | 0 | 20 | C5 | 45 | 28 |
| Octal | 40 | 205 | 255 | 122 | 27 | 0 | 40 | 305 | 105 | 50 |
| Binary | 100000 | 10000101 | 10101101 | 1010010 | 10111 | 0 | 100000 | 11000101 | 1000101 | 101000 |
Color Harmonies of #2085AD
Complementary color
Monochromatic Colors of #2085AD
Black with #2085AD
Text Example
Text Example
White with #2085AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2085AD; }
p { color: rgb(32,133,173); }
H1.HeaderClassName
{
color: #2085AD;
}
.AnyTagClassName
{
color: #2085AD;
}
</style>
background-color css
<style>
a { background-color: #2085AD; }
a { background-color: rgb(32,133,173); }
div.DivClassName
{
background-color: #2085AD;
}
.BgClassName
{
background-color: #2085AD;
}
</style>
border-color css
<style>
span { border-color: #2085AD; }
span { border-color: rgb(32,133,173); }
td.TdClassName
{
border-color: #2085AD;
}
.TagClassName
{
border-color: #2085AD;
}
</style>