Shades of Pelorous #1F8CCF
Tints of Pelorous #1F8CCF
RGB
CMYK
RGB Variations
Color information
#1F8CCF (or 0x1F8CCF) is known color: Pelorous. HEX triplet: 1F, 8C and CF. RGB value is (31,140,207). Sum of RGB (Red+Green+Blue) = 31+140+207=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F8CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8CCF is #E07330. Grayscale: #727272. Windows color (decimal): -14709553 or 13601823. OLE color: 13601823.
HSL color Cylindrical-coordinate representation of color #1F8CCF: hue angle of 202.84º 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 #1F8CCF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 140 | 207 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.19 |
| HSL | 202.84º | 0.74% | 0.47% | - |
| HSV(B) | 202.84º | 0.85% | 0.81% | - |
| XYZ | 21.21 | 23.55 | 62.46 | - |
| YUV | 115.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 207 | 0.85 | 0.32 | 0 | 0.19 | 202.84 | 0.74 | 0.47 |
| Hex | 1F | 8C | CF | 55 | 20 | 0 | 13 | CB | 4A | 2F |
| Octal | 37 | 214 | 317 | 125 | 40 | 0 | 23 | 313 | 112 | 57 |
| Binary | 11111 | 10001100 | 11001111 | 1010101 | 100000 | 0 | 10011 | 11001011 | 1001010 | 101111 |
Color Harmonies of #1F8CCF
Complementary color
Monochromatic Colors of #1F8CCF
Black with #1F8CCF
Text Example
Text Example
White with #1F8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8CCF; }
p { color: rgb(31,140,207); }
H1.HeaderClassName
{
color: #1F8CCF;
}
.AnyTagClassName
{
color: #1F8CCF;
}
</style>
background-color css
<style>
a { background-color: #1F8CCF; }
a { background-color: rgb(31,140,207); }
div.DivClassName
{
background-color: #1F8CCF;
}
.BgClassName
{
background-color: #1F8CCF;
}
</style>
border-color css
<style>
span { border-color: #1F8CCF; }
span { border-color: rgb(31,140,207); }
td.TdClassName
{
border-color: #1F8CCF;
}
.TagClassName
{
border-color: #1F8CCF;
}
</style>