Shades of Pelorous #2098CF
Tints of Pelorous #2098CF
RGB
CMYK
RGB Variations
Color information
#2098CF (or 0x2098CF) is known color: Pelorous. HEX triplet: 20, 98 and CF. RGB value is (32,152,207). Sum of RGB (Red+Green+Blue) = 32+152+207=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #2098CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2098CF is #DF6730. Grayscale: #7A7A7A. Windows color (decimal): -14640945 or 13604896. OLE color: 13604896.
HSL color Cylindrical-coordinate representation of color #2098CF: hue angle of 198.86º 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 #2098CF is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 152 | 207 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.19 |
| HSL | 198.86º | 0.73% | 0.47% | - |
| HSV(B) | 198.86º | 0.85% | 0.81% | - |
| XYZ | 23.09 | 27.27 | 63.08 | - |
| YUV | 122.39 | 175.74 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 207 | 0.85 | 0.27 | 0 | 0.19 | 198.86 | 0.73 | 0.47 |
| Hex | 20 | 98 | CF | 55 | 1B | 0 | 13 | C7 | 49 | 2F |
| Octal | 40 | 230 | 317 | 125 | 33 | 0 | 23 | 307 | 111 | 57 |
| Binary | 100000 | 10011000 | 11001111 | 1010101 | 11011 | 0 | 10011 | 11000111 | 1001001 | 101111 |
Color Harmonies of #2098CF
Complementary color
Monochromatic Colors of #2098CF
Black with #2098CF
Text Example
Text Example
White with #2098CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2098CF; }
p { color: rgb(32,152,207); }
H1.HeaderClassName
{
color: #2098CF;
}
.AnyTagClassName
{
color: #2098CF;
}
</style>
background-color css
<style>
a { background-color: #2098CF; }
a { background-color: rgb(32,152,207); }
div.DivClassName
{
background-color: #2098CF;
}
.BgClassName
{
background-color: #2098CF;
}
</style>
border-color css
<style>
span { border-color: #2098CF; }
span { border-color: rgb(32,152,207); }
td.TdClassName
{
border-color: #2098CF;
}
.TagClassName
{
border-color: #2098CF;
}
</style>