Shades of Pelorous #2098BF
Tints of Pelorous #2098BF
RGB
CMYK
RGB Variations
Color information
#2098BF (or 0x2098BF) is known color: Pelorous. HEX triplet: 20, 98 and BF. RGB value is (32,152,191). Sum of RGB (Red+Green+Blue) = 32+152+191=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #2098BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2098BF is #DF6740. Grayscale: #787878. Windows color (decimal): -14640961 or 12556320. OLE color: 12556320.
HSL color Cylindrical-coordinate representation of color #2098BF: hue angle of 194.72º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2098BF is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 152 | 191 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.25 |
| HSL | 194.72º | 0.71% | 0.44% | - |
| HSV(B) | 194.72º | 0.83% | 0.75% | - |
| XYZ | 21.23 | 26.53 | 53.29 | - |
| YUV | 120.57 | 167.74 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 191 | 0.83 | 0.20 | 0 | 0.25 | 194.72 | 0.71 | 0.44 |
| Hex | 20 | 98 | BF | 53 | 14 | 0 | 19 | C3 | 47 | 2C |
| Octal | 40 | 230 | 277 | 123 | 24 | 0 | 31 | 303 | 107 | 54 |
| Binary | 100000 | 10011000 | 10111111 | 1010011 | 10100 | 0 | 11001 | 11000011 | 1000111 | 101100 |
Color Harmonies of #2098BF
Complementary color
Monochromatic Colors of #2098BF
Black with #2098BF
Text Example
Text Example
White with #2098BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2098BF; }
p { color: rgb(32,152,191); }
H1.HeaderClassName
{
color: #2098BF;
}
.AnyTagClassName
{
color: #2098BF;
}
</style>
background-color css
<style>
a { background-color: #2098BF; }
a { background-color: rgb(32,152,191); }
div.DivClassName
{
background-color: #2098BF;
}
.BgClassName
{
background-color: #2098BF;
}
</style>
border-color css
<style>
span { border-color: #2098BF; }
span { border-color: rgb(32,152,191); }
td.TdClassName
{
border-color: #2098BF;
}
.TagClassName
{
border-color: #2098BF;
}
</style>