Shades of Pelorous #1F98BF
Tints of Pelorous #1F98BF
RGB
CMYK
RGB Variations
Color information
#1F98BF (or 0x1F98BF) is known color: Pelorous. HEX triplet: 1F, 98 and BF. RGB value is (31,152,191). Sum of RGB (Red+Green+Blue) = 31+152+191=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F98BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F98BF is #E06740. Grayscale: #777777. Windows color (decimal): -14706497 or 12556319. OLE color: 12556319.
HSL color Cylindrical-coordinate representation of color #1F98BF: hue angle of 194.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F98BF is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 152 | 191 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.25 |
| HSL | 194.63º | 0.72% | 0.44% | - |
| HSV(B) | 194.63º | 0.84% | 0.75% | - |
| XYZ | 21.2 | 26.51 | 53.29 | - |
| YUV | 120.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 191 | 0.84 | 0.20 | 0 | 0.25 | 194.63 | 0.72 | 0.44 |
| Hex | 1F | 98 | BF | 54 | 14 | 0 | 19 | C3 | 48 | 2C |
| Octal | 37 | 230 | 277 | 124 | 24 | 0 | 31 | 303 | 110 | 54 |
| Binary | 11111 | 10011000 | 10111111 | 1010100 | 10100 | 0 | 11001 | 11000011 | 1001000 | 101100 |
Color Harmonies of #1F98BF
Complementary color
Monochromatic Colors of #1F98BF
Black with #1F98BF
Text Example
Text Example
White with #1F98BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F98BF; }
p { color: rgb(31,152,191); }
H1.HeaderClassName
{
color: #1F98BF;
}
.AnyTagClassName
{
color: #1F98BF;
}
</style>
background-color css
<style>
a { background-color: #1F98BF; }
a { background-color: rgb(31,152,191); }
div.DivClassName
{
background-color: #1F98BF;
}
.BgClassName
{
background-color: #1F98BF;
}
</style>
border-color css
<style>
span { border-color: #1F98BF; }
span { border-color: rgb(31,152,191); }
td.TdClassName
{
border-color: #1F98BF;
}
.TagClassName
{
border-color: #1F98BF;
}
</style>