Shades of Pelorous #1F9CCC
Tints of Pelorous #1F9CCC
RGB
CMYK
RGB Variations
Color information
#1F9CCC (or 0x1F9CCC) is known color: Pelorous. HEX triplet: 1F, 9C and CC. RGB value is (31,156,204). Sum of RGB (Red+Green+Blue) = 31+156+204=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F9CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CCC is #E06333. Grayscale: #7B7B7B. Windows color (decimal): -14705460 or 13409311. OLE color: 13409311.
HSL color Cylindrical-coordinate representation of color #1F9CCC: hue angle of 196.65º 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 #1F9CCC is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 156 | 204 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.2 |
| HSL | 196.65º | 0.74% | 0.46% | - |
| HSV(B) | 196.65º | 0.85% | 0.8% | - |
| XYZ | 23.35 | 28.43 | 61.38 | - |
| YUV | 124.1 | 173.09 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 204 | 0.85 | 0.24 | 0 | 0.2 | 196.65 | 0.74 | 0.46 |
| Hex | 1F | 9C | CC | 55 | 18 | 0 | 14 | C5 | 4A | 2E |
| Octal | 37 | 234 | 314 | 125 | 30 | 0 | 24 | 305 | 112 | 56 |
| Binary | 11111 | 10011100 | 11001100 | 1010101 | 11000 | 0 | 10100 | 11000101 | 1001010 | 101110 |
Color Harmonies of #1F9CCC
Complementary color
Monochromatic Colors of #1F9CCC
Black with #1F9CCC
Text Example
Text Example
White with #1F9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CCC; }
p { color: rgb(31,156,204); }
H1.HeaderClassName
{
color: #1F9CCC;
}
.AnyTagClassName
{
color: #1F9CCC;
}
</style>
background-color css
<style>
a { background-color: #1F9CCC; }
a { background-color: rgb(31,156,204); }
div.DivClassName
{
background-color: #1F9CCC;
}
.BgClassName
{
background-color: #1F9CCC;
}
</style>
border-color css
<style>
span { border-color: #1F9CCC; }
span { border-color: rgb(31,156,204); }
td.TdClassName
{
border-color: #1F9CCC;
}
.TagClassName
{
border-color: #1F9CCC;
}
</style>