Shades of Pelorous #1F8CC2
Tints of Pelorous #1F8CC2
RGB
CMYK
RGB Variations
Color information
#1F8CC2 (or 0x1F8CC2) is known color: Pelorous. HEX triplet: 1F, 8C and C2. RGB value is (31,140,194). Sum of RGB (Red+Green+Blue) = 31+140+194=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #1F8CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8CC2 is #E0733D. Grayscale: #717171. Windows color (decimal): -14709566 or 12749855. OLE color: 12749855.
HSL color Cylindrical-coordinate representation of color #1F8CC2: hue angle of 199.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F8CC2 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 140 | 194 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.24 |
| HSL | 199.88º | 0.72% | 0.44% | - |
| HSV(B) | 199.88º | 0.84% | 0.76% | - |
| XYZ | 19.68 | 22.94 | 54.43 | - |
| YUV | 113.57 | 173.39 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 194 | 0.84 | 0.28 | 0 | 0.24 | 199.88 | 0.72 | 0.44 |
| Hex | 1F | 8C | C2 | 54 | 1C | 0 | 18 | C8 | 48 | 2C |
| Octal | 37 | 214 | 302 | 124 | 34 | 0 | 30 | 310 | 110 | 54 |
| Binary | 11111 | 10001100 | 11000010 | 1010100 | 11100 | 0 | 11000 | 11001000 | 1001000 | 101100 |
Color Harmonies of #1F8CC2
Complementary color
Monochromatic Colors of #1F8CC2
Black with #1F8CC2
Text Example
Text Example
White with #1F8CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8CC2; }
p { color: rgb(31,140,194); }
H1.HeaderClassName
{
color: #1F8CC2;
}
.AnyTagClassName
{
color: #1F8CC2;
}
</style>
background-color css
<style>
a { background-color: #1F8CC2; }
a { background-color: rgb(31,140,194); }
div.DivClassName
{
background-color: #1F8CC2;
}
.BgClassName
{
background-color: #1F8CC2;
}
</style>
border-color css
<style>
span { border-color: #1F8CC2; }
span { border-color: rgb(31,140,194); }
td.TdClassName
{
border-color: #1F8CC2;
}
.TagClassName
{
border-color: #1F8CC2;
}
</style>