Shades of Pelorous #1F9DCB
Tints of Pelorous #1F9DCB
RGB
CMYK
RGB Variations
Color information
#1F9DCB (or 0x1F9DCB) is known color: Pelorous. HEX triplet: 1F, 9D and CB. RGB value is (31,157,203). Sum of RGB (Red+Green+Blue) = 31+157+203=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F9DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9DCB is #E06234. Grayscale: #7C7C7C. Windows color (decimal): -14705205 or 13344031. OLE color: 13344031.
HSL color Cylindrical-coordinate representation of color #1F9DCB: hue angle of 196.05º 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 #1F9DCB is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 157 | 203 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.20 |
| HSL | 196.05º | 0.74% | 0.46% | - |
| HSV(B) | 196.05º | 0.85% | 0.8% | - |
| XYZ | 23.4 | 28.72 | 60.81 | - |
| YUV | 124.57 | 172.26 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 203 | 0.85 | 0.23 | 0 | 0.20 | 196.05 | 0.74 | 0.46 |
| Hex | 1F | 9D | CB | 55 | 17 | 0 | 14 | C4 | 4A | 2E |
| Octal | 37 | 235 | 313 | 125 | 27 | 0 | 24 | 304 | 112 | 56 |
| Binary | 11111 | 10011101 | 11001011 | 1010101 | 10111 | 0 | 10100 | 11000100 | 1001010 | 101110 |
Color Harmonies of #1F9DCB
Complementary color
Monochromatic Colors of #1F9DCB
Black with #1F9DCB
Text Example
Text Example
White with #1F9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9DCB; }
p { color: rgb(31,157,203); }
H1.HeaderClassName
{
color: #1F9DCB;
}
.AnyTagClassName
{
color: #1F9DCB;
}
</style>
background-color css
<style>
a { background-color: #1F9DCB; }
a { background-color: rgb(31,157,203); }
div.DivClassName
{
background-color: #1F9DCB;
}
.BgClassName
{
background-color: #1F9DCB;
}
</style>
border-color css
<style>
span { border-color: #1F9DCB; }
span { border-color: rgb(31,157,203); }
td.TdClassName
{
border-color: #1F9DCB;
}
.TagClassName
{
border-color: #1F9DCB;
}
</style>