Shades of Pelorous #1F99CF
Tints of Pelorous #1F99CF
RGB
CMYK
RGB Variations
Color information
#1F99CF (or 0x1F99CF) is known color: Pelorous. HEX triplet: 1F, 99 and CF. RGB value is (31,153,207). Sum of RGB (Red+Green+Blue) = 31+153+207=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 153 (60.16% from 255 or 39.13% 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 #1F99CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99CF is #E06630. Grayscale: #7A7A7A. Windows color (decimal): -14706225 or 13605151. OLE color: 13605151.
HSL color Cylindrical-coordinate representation of color #1F99CF: hue angle of 198.41º 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 #1F99CF is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 153 | 207 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.19 |
| HSL | 198.41º | 0.74% | 0.47% | - |
| HSV(B) | 198.41º | 0.85% | 0.81% | - |
| XYZ | 23.22 | 27.58 | 63.13 | - |
| YUV | 122.68 | 175.58 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 207 | 0.85 | 0.26 | 0 | 0.19 | 198.41 | 0.74 | 0.47 |
| Hex | 1F | 99 | CF | 55 | 1A | 0 | 13 | C6 | 4A | 2F |
| Octal | 37 | 231 | 317 | 125 | 32 | 0 | 23 | 306 | 112 | 57 |
| Binary | 11111 | 10011001 | 11001111 | 1010101 | 11010 | 0 | 10011 | 11000110 | 1001010 | 101111 |
Color Harmonies of #1F99CF
Complementary color
Monochromatic Colors of #1F99CF
Black with #1F99CF
Text Example
Text Example
White with #1F99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99CF; }
p { color: rgb(31,153,207); }
H1.HeaderClassName
{
color: #1F99CF;
}
.AnyTagClassName
{
color: #1F99CF;
}
</style>
background-color css
<style>
a { background-color: #1F99CF; }
a { background-color: rgb(31,153,207); }
div.DivClassName
{
background-color: #1F99CF;
}
.BgClassName
{
background-color: #1F99CF;
}
</style>
border-color css
<style>
span { border-color: #1F99CF; }
span { border-color: rgb(31,153,207); }
td.TdClassName
{
border-color: #1F99CF;
}
.TagClassName
{
border-color: #1F99CF;
}
</style>