Shades of Pelorous #2085BD
Tints of Pelorous #2085BD
RGB
CMYK
RGB Variations
Color information
#2085BD (or 0x2085BD) is known color: Pelorous. HEX triplet: 20, 85 and BD. RGB value is (32,133,189). Sum of RGB (Red+Green+Blue) = 32+133+189=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #2085BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2085BD is #DF7A42. Grayscale: #6C6C6C. Windows color (decimal): -14645827 or 12420384. OLE color: 12420384.
HSL color Cylindrical-coordinate representation of color #2085BD: hue angle of 201.4º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2085BD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 133 | 189 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.26 |
| HSL | 201.4º | 0.71% | 0.43% | - |
| HSV(B) | 201.4º | 0.83% | 0.74% | - |
| XYZ | 18.17 | 20.76 | 51.19 | - |
| YUV | 109.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 189 | 0.83 | 0.30 | 0 | 0.26 | 201.4 | 0.71 | 0.43 |
| Hex | 20 | 85 | BD | 53 | 1E | 0 | 1A | C9 | 47 | 2B |
| Octal | 40 | 205 | 275 | 123 | 36 | 0 | 32 | 311 | 107 | 53 |
| Binary | 100000 | 10000101 | 10111101 | 1010011 | 11110 | 0 | 11010 | 11001001 | 1000111 | 101011 |
Color Harmonies of #2085BD
Complementary color
Monochromatic Colors of #2085BD
Black with #2085BD
Text Example
Text Example
White with #2085BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2085BD; }
p { color: rgb(32,133,189); }
H1.HeaderClassName
{
color: #2085BD;
}
.AnyTagClassName
{
color: #2085BD;
}
</style>
background-color css
<style>
a { background-color: #2085BD; }
a { background-color: rgb(32,133,189); }
div.DivClassName
{
background-color: #2085BD;
}
.BgClassName
{
background-color: #2085BD;
}
</style>
border-color css
<style>
span { border-color: #2085BD; }
span { border-color: rgb(32,133,189); }
td.TdClassName
{
border-color: #2085BD;
}
.TagClassName
{
border-color: #2085BD;
}
</style>