Shades of Pelorous #1F8ED4
Tints of Pelorous #1F8ED4
RGB
CMYK
RGB Variations
Color information
#1F8ED4 (or 0x1F8ED4) is known color: Pelorous. HEX triplet: 1F, 8E and D4. RGB value is (31,142,212). Sum of RGB (Red+Green+Blue) = 31+142+212=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #1F8ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8ED4 is #E0712B. Grayscale: #747474. Windows color (decimal): -14709036 or 13930015. OLE color: 13930015.
HSL color Cylindrical-coordinate representation of color #1F8ED4: hue angle of 203.2º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F8ED4 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 142 | 212 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.17 |
| HSL | 203.2º | 0.74% | 0.48% | - |
| HSV(B) | 203.2º | 0.85% | 0.83% | - |
| XYZ | 22.12 | 24.39 | 65.83 | - |
| YUV | 116.79 | 181.73 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 212 | 0.85 | 0.33 | 0 | 0.17 | 203.2 | 0.74 | 0.48 |
| Hex | 1F | 8E | D4 | 55 | 21 | 0 | 11 | CB | 4A | 30 |
| Octal | 37 | 216 | 324 | 125 | 41 | 0 | 21 | 313 | 112 | 60 |
| Binary | 11111 | 10001110 | 11010100 | 1010101 | 100001 | 0 | 10001 | 11001011 | 1001010 | 110000 |
Color Harmonies of #1F8ED4
Complementary color
Monochromatic Colors of #1F8ED4
Black with #1F8ED4
Text Example
Text Example
White with #1F8ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8ED4; }
p { color: rgb(31,142,212); }
H1.HeaderClassName
{
color: #1F8ED4;
}
.AnyTagClassName
{
color: #1F8ED4;
}
</style>
background-color css
<style>
a { background-color: #1F8ED4; }
a { background-color: rgb(31,142,212); }
div.DivClassName
{
background-color: #1F8ED4;
}
.BgClassName
{
background-color: #1F8ED4;
}
</style>
border-color css
<style>
span { border-color: #1F8ED4; }
span { border-color: rgb(31,142,212); }
td.TdClassName
{
border-color: #1F8ED4;
}
.TagClassName
{
border-color: #1F8ED4;
}
</style>