Shades of Pelorous #1F8EC3
Tints of Pelorous #1F8EC3
RGB
CMYK
RGB Variations
Color information
#1F8EC3 (or 0x1F8EC3) is known color: Pelorous. HEX triplet: 1F, 8E and C3. RGB value is (31,142,195). Sum of RGB (Red+Green+Blue) = 31+142+195=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 195 (76.56% from 255 or 52.99% from 368); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F8EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8EC3 is #E0713C. Grayscale: #727272. Windows color (decimal): -14709053 or 12815903. OLE color: 12815903.
HSL color Cylindrical-coordinate representation of color #1F8EC3: hue angle of 199.39º degrees, saturation: 0.73, 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 #1F8EC3 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 142 | 195 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.24 |
| HSL | 199.39º | 0.73% | 0.44% | - |
| HSV(B) | 199.39º | 0.84% | 0.76% | - |
| XYZ | 20.09 | 23.58 | 55.12 | - |
| YUV | 114.85 | 173.23 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 195 | 0.84 | 0.27 | 0 | 0.24 | 199.39 | 0.73 | 0.44 |
| Hex | 1F | 8E | C3 | 54 | 1B | 0 | 18 | C7 | 49 | 2C |
| Octal | 37 | 216 | 303 | 124 | 33 | 0 | 30 | 307 | 111 | 54 |
| Binary | 11111 | 10001110 | 11000011 | 1010100 | 11011 | 0 | 11000 | 11000111 | 1001001 | 101100 |
Color Harmonies of #1F8EC3
Complementary color
Monochromatic Colors of #1F8EC3
Black with #1F8EC3
Text Example
Text Example
White with #1F8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8EC3; }
p { color: rgb(31,142,195); }
H1.HeaderClassName
{
color: #1F8EC3;
}
.AnyTagClassName
{
color: #1F8EC3;
}
</style>
background-color css
<style>
a { background-color: #1F8EC3; }
a { background-color: rgb(31,142,195); }
div.DivClassName
{
background-color: #1F8EC3;
}
.BgClassName
{
background-color: #1F8EC3;
}
</style>
border-color css
<style>
span { border-color: #1F8EC3; }
span { border-color: rgb(31,142,195); }
td.TdClassName
{
border-color: #1F8EC3;
}
.TagClassName
{
border-color: #1F8EC3;
}
</style>