Shades of Pelorous #1F8DCF
Tints of Pelorous #1F8DCF
RGB
CMYK
RGB Variations
Color information
#1F8DCF (or 0x1F8DCF) is known color: Pelorous. HEX triplet: 1F, 8D and CF. RGB value is (31,141,207). Sum of RGB (Red+Green+Blue) = 31+141+207=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F8DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8DCF is #E07230. Grayscale: #737373. Windows color (decimal): -14709297 or 13602079. OLE color: 13602079.
HSL color Cylindrical-coordinate representation of color #1F8DCF: hue angle of 202.5º 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 #1F8DCF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 141 | 207 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.19 |
| HSL | 202.5º | 0.74% | 0.47% | - |
| HSV(B) | 202.5º | 0.85% | 0.81% | - |
| XYZ | 21.35 | 23.85 | 62.51 | - |
| YUV | 115.63 | 179.56 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 207 | 0.85 | 0.32 | 0 | 0.19 | 202.5 | 0.74 | 0.47 |
| Hex | 1F | 8D | CF | 55 | 20 | 0 | 13 | CA | 4A | 2F |
| Octal | 37 | 215 | 317 | 125 | 40 | 0 | 23 | 312 | 112 | 57 |
| Binary | 11111 | 10001101 | 11001111 | 1010101 | 100000 | 0 | 10011 | 11001010 | 1001010 | 101111 |
Color Harmonies of #1F8DCF
Complementary color
Monochromatic Colors of #1F8DCF
Black with #1F8DCF
Text Example
Text Example
White with #1F8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8DCF; }
p { color: rgb(31,141,207); }
H1.HeaderClassName
{
color: #1F8DCF;
}
.AnyTagClassName
{
color: #1F8DCF;
}
</style>
background-color css
<style>
a { background-color: #1F8DCF; }
a { background-color: rgb(31,141,207); }
div.DivClassName
{
background-color: #1F8DCF;
}
.BgClassName
{
background-color: #1F8DCF;
}
</style>
border-color css
<style>
span { border-color: #1F8DCF; }
span { border-color: rgb(31,141,207); }
td.TdClassName
{
border-color: #1F8DCF;
}
.TagClassName
{
border-color: #1F8DCF;
}
</style>