Shades of Pelorous #1F9CCA
Tints of Pelorous #1F9CCA
RGB
CMYK
RGB Variations
Color information
#1F9CCA (or 0x1F9CCA) is known color: Pelorous. HEX triplet: 1F, 9C and CA. RGB value is (31,156,202). Sum of RGB (Red+Green+Blue) = 31+156+202=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F9CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CCA is #E06335. Grayscale: #7B7B7B. Windows color (decimal): -14705462 or 13278239. OLE color: 13278239.
HSL color Cylindrical-coordinate representation of color #1F9CCA: hue angle of 196.14º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F9CCA is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 156 | 202 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.21 |
| HSL | 196.14º | 0.73% | 0.46% | - |
| HSV(B) | 196.14º | 0.85% | 0.79% | - |
| XYZ | 23.11 | 28.33 | 60.13 | - |
| YUV | 123.87 | 172.09 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 202 | 0.85 | 0.23 | 0 | 0.21 | 196.14 | 0.73 | 0.46 |
| Hex | 1F | 9C | CA | 55 | 17 | 0 | 15 | C4 | 49 | 2E |
| Octal | 37 | 234 | 312 | 125 | 27 | 0 | 25 | 304 | 111 | 56 |
| Binary | 11111 | 10011100 | 11001010 | 1010101 | 10111 | 0 | 10101 | 11000100 | 1001001 | 101110 |
Color Harmonies of #1F9CCA
Complementary color
Monochromatic Colors of #1F9CCA
Black with #1F9CCA
Text Example
Text Example
White with #1F9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CCA; }
p { color: rgb(31,156,202); }
H1.HeaderClassName
{
color: #1F9CCA;
}
.AnyTagClassName
{
color: #1F9CCA;
}
</style>
background-color css
<style>
a { background-color: #1F9CCA; }
a { background-color: rgb(31,156,202); }
div.DivClassName
{
background-color: #1F9CCA;
}
.BgClassName
{
background-color: #1F9CCA;
}
</style>
border-color css
<style>
span { border-color: #1F9CCA; }
span { border-color: rgb(31,156,202); }
td.TdClassName
{
border-color: #1F9CCA;
}
.TagClassName
{
border-color: #1F9CCA;
}
</style>