Shades of Pelorous #2091D2
Tints of Pelorous #2091D2
RGB
CMYK
RGB Variations
Color information
#2091D2 (or 0x2091D2) is known color: Pelorous. HEX triplet: 20, 91 and D2. RGB value is (32,145,210). Sum of RGB (Red+Green+Blue) = 32+145+210=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #2091D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2091D2 is #DF6E2D. Grayscale: #767676. Windows color (decimal): -14642734 or 13799712. OLE color: 13799712.
HSL color Cylindrical-coordinate representation of color #2091D2: hue angle of 201.91º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2091D2 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 145 | 210 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.18 |
| HSL | 201.91º | 0.74% | 0.47% | - |
| HSV(B) | 201.91º | 0.85% | 0.82% | - |
| XYZ | 22.35 | 25.21 | 64.66 | - |
| YUV | 118.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 210 | 0.85 | 0.31 | 0 | 0.18 | 201.91 | 0.74 | 0.47 |
| Hex | 20 | 91 | D2 | 55 | 1F | 0 | 12 | CA | 4A | 2F |
| Octal | 40 | 221 | 322 | 125 | 37 | 0 | 22 | 312 | 112 | 57 |
| Binary | 100000 | 10010001 | 11010010 | 1010101 | 11111 | 0 | 10010 | 11001010 | 1001010 | 101111 |
Color Harmonies of #2091D2
Complementary color
Monochromatic Colors of #2091D2
Black with #2091D2
Text Example
Text Example
White with #2091D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091D2; }
p { color: rgb(32,145,210); }
H1.HeaderClassName
{
color: #2091D2;
}
.AnyTagClassName
{
color: #2091D2;
}
</style>
background-color css
<style>
a { background-color: #2091D2; }
a { background-color: rgb(32,145,210); }
div.DivClassName
{
background-color: #2091D2;
}
.BgClassName
{
background-color: #2091D2;
}
</style>
border-color css
<style>
span { border-color: #2091D2; }
span { border-color: rgb(32,145,210); }
td.TdClassName
{
border-color: #2091D2;
}
.TagClassName
{
border-color: #2091D2;
}
</style>