Shades of Pelorous #1F98CF
Tints of Pelorous #1F98CF
RGB
CMYK
RGB Variations
Color information
#1F98CF (or 0x1F98CF) is known color: Pelorous. HEX triplet: 1F, 98 and CF. RGB value is (31,152,207). Sum of RGB (Red+Green+Blue) = 31+152+207=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F98CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F98CF is #E06730. Grayscale: #797979. Windows color (decimal): -14706481 or 13604895. OLE color: 13604895.
HSL color Cylindrical-coordinate representation of color #1F98CF: hue angle of 198.75º degrees, saturation: 0.74, 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 #1F98CF is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 152 | 207 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.19 |
| HSL | 198.75º | 0.74% | 0.47% | - |
| HSV(B) | 198.75º | 0.85% | 0.81% | - |
| XYZ | 23.06 | 27.25 | 63.08 | - |
| YUV | 122.09 | 175.91 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 207 | 0.85 | 0.27 | 0 | 0.19 | 198.75 | 0.74 | 0.47 |
| Hex | 1F | 98 | CF | 55 | 1B | 0 | 13 | C7 | 4A | 2F |
| Octal | 37 | 230 | 317 | 125 | 33 | 0 | 23 | 307 | 112 | 57 |
| Binary | 11111 | 10011000 | 11001111 | 1010101 | 11011 | 0 | 10011 | 11000111 | 1001010 | 101111 |
Color Harmonies of #1F98CF
Complementary color
Monochromatic Colors of #1F98CF
Black with #1F98CF
Text Example
Text Example
White with #1F98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F98CF; }
p { color: rgb(31,152,207); }
H1.HeaderClassName
{
color: #1F98CF;
}
.AnyTagClassName
{
color: #1F98CF;
}
</style>
background-color css
<style>
a { background-color: #1F98CF; }
a { background-color: rgb(31,152,207); }
div.DivClassName
{
background-color: #1F98CF;
}
.BgClassName
{
background-color: #1F98CF;
}
</style>
border-color css
<style>
span { border-color: #1F98CF; }
span { border-color: rgb(31,152,207); }
td.TdClassName
{
border-color: #1F98CF;
}
.TagClassName
{
border-color: #1F98CF;
}
</style>