Shades of Pelorous #1F9DCD
Tints of Pelorous #1F9DCD
RGB
CMYK
RGB Variations
Color information
#1F9DCD (or 0x1F9DCD) is known color: Pelorous. HEX triplet: 1F, 9D and CD. RGB value is (31,157,205). Sum of RGB (Red+Green+Blue) = 31+157+205=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F9DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9DCD is #E06232. Grayscale: #7C7C7C. Windows color (decimal): -14705203 or 13475103. OLE color: 13475103.
HSL color Cylindrical-coordinate representation of color #1F9DCD: hue angle of 196.55º 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 #1F9DCD is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 157 | 205 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.20 |
| HSL | 196.55º | 0.74% | 0.46% | - |
| HSV(B) | 196.55º | 0.85% | 0.8% | - |
| XYZ | 23.64 | 28.81 | 62.07 | - |
| YUV | 124.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 205 | 0.85 | 0.23 | 0 | 0.20 | 196.55 | 0.74 | 0.46 |
| Hex | 1F | 9D | CD | 55 | 17 | 0 | 14 | C5 | 4A | 2E |
| Octal | 37 | 235 | 315 | 125 | 27 | 0 | 24 | 305 | 112 | 56 |
| Binary | 11111 | 10011101 | 11001101 | 1010101 | 10111 | 0 | 10100 | 11000101 | 1001010 | 101110 |
Color Harmonies of #1F9DCD
Complementary color
Monochromatic Colors of #1F9DCD
Black with #1F9DCD
Text Example
Text Example
White with #1F9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9DCD; }
p { color: rgb(31,157,205); }
H1.HeaderClassName
{
color: #1F9DCD;
}
.AnyTagClassName
{
color: #1F9DCD;
}
</style>
background-color css
<style>
a { background-color: #1F9DCD; }
a { background-color: rgb(31,157,205); }
div.DivClassName
{
background-color: #1F9DCD;
}
.BgClassName
{
background-color: #1F9DCD;
}
</style>
border-color css
<style>
span { border-color: #1F9DCD; }
span { border-color: rgb(31,157,205); }
td.TdClassName
{
border-color: #1F9DCD;
}
.TagClassName
{
border-color: #1F9DCD;
}
</style>