Shades of Pelorous #1F9ECB
Tints of Pelorous #1F9ECB
RGB
CMYK
RGB Variations
Color information
#1F9ECB (or 0x1F9ECB) is known color: Pelorous. HEX triplet: 1F, 9E and CB. RGB value is (31,158,203). Sum of RGB (Red+Green+Blue) = 31+158+203=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F9ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ECB is #E06134. Grayscale: #7C7C7C. Windows color (decimal): -14704949 or 13344287. OLE color: 13344287.
HSL color Cylindrical-coordinate representation of color #1F9ECB: hue angle of 195.7º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F9ECB is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 158 | 203 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.20 |
| HSL | 195.7º | 0.74% | 0.46% | - |
| HSV(B) | 195.7º | 0.85% | 0.8% | - |
| XYZ | 23.57 | 29.06 | 60.87 | - |
| YUV | 125.16 | 171.92 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 203 | 0.85 | 0.22 | 0 | 0.20 | 195.7 | 0.74 | 0.46 |
| Hex | 1F | 9E | CB | 55 | 16 | 0 | 14 | C4 | 4A | 2E |
| Octal | 37 | 236 | 313 | 125 | 26 | 0 | 24 | 304 | 112 | 56 |
| Binary | 11111 | 10011110 | 11001011 | 1010101 | 10110 | 0 | 10100 | 11000100 | 1001010 | 101110 |
Color Harmonies of #1F9ECB
Complementary color
Monochromatic Colors of #1F9ECB
Black with #1F9ECB
Text Example
Text Example
White with #1F9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9ECB; }
p { color: rgb(31,158,203); }
H1.HeaderClassName
{
color: #1F9ECB;
}
.AnyTagClassName
{
color: #1F9ECB;
}
</style>
background-color css
<style>
a { background-color: #1F9ECB; }
a { background-color: rgb(31,158,203); }
div.DivClassName
{
background-color: #1F9ECB;
}
.BgClassName
{
background-color: #1F9ECB;
}
</style>
border-color css
<style>
span { border-color: #1F9ECB; }
span { border-color: rgb(31,158,203); }
td.TdClassName
{
border-color: #1F9ECB;
}
.TagClassName
{
border-color: #1F9ECB;
}
</style>