Shades of Pelorous #2096CF
Tints of Pelorous #2096CF
RGB
CMYK
RGB Variations
Color information
#2096CF (or 0x2096CF) is known color: Pelorous. HEX triplet: 20, 96 and CF. RGB value is (32,150,207). Sum of RGB (Red+Green+Blue) = 32+150+207=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #2096CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2096CF is #DF6930. Grayscale: #787878. Windows color (decimal): -14641457 or 13604384. OLE color: 13604384.
HSL color Cylindrical-coordinate representation of color #2096CF: hue angle of 199.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2096CF is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 150 | 207 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.19 |
| HSL | 199.54º | 0.73% | 0.47% | - |
| HSV(B) | 199.54º | 0.85% | 0.81% | - |
| XYZ | 22.76 | 26.62 | 62.97 | - |
| YUV | 121.22 | 176.41 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 207 | 0.85 | 0.28 | 0 | 0.19 | 199.54 | 0.73 | 0.47 |
| Hex | 20 | 96 | CF | 55 | 1C | 0 | 13 | C8 | 49 | 2F |
| Octal | 40 | 226 | 317 | 125 | 34 | 0 | 23 | 310 | 111 | 57 |
| Binary | 100000 | 10010110 | 11001111 | 1010101 | 11100 | 0 | 10011 | 11001000 | 1001001 | 101111 |
Color Harmonies of #2096CF
Complementary color
Monochromatic Colors of #2096CF
Black with #2096CF
Text Example
Text Example
White with #2096CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2096CF; }
p { color: rgb(32,150,207); }
H1.HeaderClassName
{
color: #2096CF;
}
.AnyTagClassName
{
color: #2096CF;
}
</style>
background-color css
<style>
a { background-color: #2096CF; }
a { background-color: rgb(32,150,207); }
div.DivClassName
{
background-color: #2096CF;
}
.BgClassName
{
background-color: #2096CF;
}
</style>
border-color css
<style>
span { border-color: #2096CF; }
span { border-color: rgb(32,150,207); }
td.TdClassName
{
border-color: #2096CF;
}
.TagClassName
{
border-color: #2096CF;
}
</style>