Shades of Pelorous #1F96CF
Tints of Pelorous #1F96CF
RGB
CMYK
RGB Variations
Color information
#1F96CF (or 0x1F96CF) is known color: Pelorous. HEX triplet: 1F, 96 and CF. RGB value is (31,150,207). Sum of RGB (Red+Green+Blue) = 31+150+207=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F96CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F96CF is #E06930. Grayscale: #787878. Windows color (decimal): -14706993 or 13604383. OLE color: 13604383.
HSL color Cylindrical-coordinate representation of color #1F96CF: hue angle of 199.43º 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 #1F96CF is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 150 | 207 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.19 |
| HSL | 199.43º | 0.74% | 0.47% | - |
| HSV(B) | 199.43º | 0.85% | 0.81% | - |
| XYZ | 22.73 | 26.61 | 62.97 | - |
| YUV | 120.92 | 176.58 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 207 | 0.85 | 0.28 | 0 | 0.19 | 199.43 | 0.74 | 0.47 |
| Hex | 1F | 96 | CF | 55 | 1C | 0 | 13 | C7 | 4A | 2F |
| Octal | 37 | 226 | 317 | 125 | 34 | 0 | 23 | 307 | 112 | 57 |
| Binary | 11111 | 10010110 | 11001111 | 1010101 | 11100 | 0 | 10011 | 11000111 | 1001010 | 101111 |
Color Harmonies of #1F96CF
Complementary color
Monochromatic Colors of #1F96CF
Black with #1F96CF
Text Example
Text Example
White with #1F96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F96CF; }
p { color: rgb(31,150,207); }
H1.HeaderClassName
{
color: #1F96CF;
}
.AnyTagClassName
{
color: #1F96CF;
}
</style>
background-color css
<style>
a { background-color: #1F96CF; }
a { background-color: rgb(31,150,207); }
div.DivClassName
{
background-color: #1F96CF;
}
.BgClassName
{
background-color: #1F96CF;
}
</style>
border-color css
<style>
span { border-color: #1F96CF; }
span { border-color: rgb(31,150,207); }
td.TdClassName
{
border-color: #1F96CF;
}
.TagClassName
{
border-color: #1F96CF;
}
</style>