Shades of Pelorous #1F8DCE
Tints of Pelorous #1F8DCE
RGB
CMYK
RGB Variations
Color information
#1F8DCE (or 0x1F8DCE) is known color: Pelorous. HEX triplet: 1F, 8D and CE. RGB value is (31,141,206). Sum of RGB (Red+Green+Blue) = 31+141+206=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F8DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8DCE is #E07231. Grayscale: #737373. Windows color (decimal): -14709298 or 13536543. OLE color: 13536543.
HSL color Cylindrical-coordinate representation of color #1F8DCE: hue angle of 202.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F8DCE is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 141 | 206 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.19 |
| HSL | 202.29º | 0.74% | 0.46% | - |
| HSV(B) | 202.29º | 0.85% | 0.81% | - |
| XYZ | 21.23 | 23.8 | 61.87 | - |
| YUV | 115.52 | 179.06 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 206 | 0.85 | 0.32 | 0 | 0.19 | 202.29 | 0.74 | 0.46 |
| Hex | 1F | 8D | CE | 55 | 20 | 0 | 13 | CA | 4A | 2E |
| Octal | 37 | 215 | 316 | 125 | 40 | 0 | 23 | 312 | 112 | 56 |
| Binary | 11111 | 10001101 | 11001110 | 1010101 | 100000 | 0 | 10011 | 11001010 | 1001010 | 101110 |
Color Harmonies of #1F8DCE
Complementary color
Monochromatic Colors of #1F8DCE
Black with #1F8DCE
Text Example
Text Example
White with #1F8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8DCE; }
p { color: rgb(31,141,206); }
H1.HeaderClassName
{
color: #1F8DCE;
}
.AnyTagClassName
{
color: #1F8DCE;
}
</style>
background-color css
<style>
a { background-color: #1F8DCE; }
a { background-color: rgb(31,141,206); }
div.DivClassName
{
background-color: #1F8DCE;
}
.BgClassName
{
background-color: #1F8DCE;
}
</style>
border-color css
<style>
span { border-color: #1F8DCE; }
span { border-color: rgb(31,141,206); }
td.TdClassName
{
border-color: #1F8DCE;
}
.TagClassName
{
border-color: #1F8DCE;
}
</style>