Shades of Pelorous #1E9FCE
Tints of Pelorous #1E9FCE
RGB
CMYK
RGB Variations
Color information
#1E9FCE (or 0x1E9FCE) is known color: Pelorous. HEX triplet: 1E, 9F and CE. RGB value is (30,159,206). Sum of RGB (Red+Green+Blue) = 30+159+206=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E9FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9FCE is #E16031. Grayscale: #7D7D7D. Windows color (decimal): -14770226 or 13541150. OLE color: 13541150.
HSL color Cylindrical-coordinate representation of color #1E9FCE: hue angle of 196.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E9FCE is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 159 | 206 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.19 |
| HSL | 196.02º | 0.75% | 0.46% | - |
| HSV(B) | 196.02º | 0.85% | 0.81% | - |
| XYZ | 24.07 | 29.53 | 62.82 | - |
| YUV | 125.79 | 173.26 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 206 | 0.85 | 0.23 | 0 | 0.19 | 196.02 | 0.75 | 0.46 |
| Hex | 1E | 9F | CE | 55 | 17 | 0 | 13 | C4 | 4B | 2E |
| Octal | 36 | 237 | 316 | 125 | 27 | 0 | 23 | 304 | 113 | 56 |
| Binary | 11110 | 10011111 | 11001110 | 1010101 | 10111 | 0 | 10011 | 11000100 | 1001011 | 101110 |
Color Harmonies of #1E9FCE
Complementary color
Monochromatic Colors of #1E9FCE
Black with #1E9FCE
Text Example
Text Example
White with #1E9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9FCE; }
p { color: rgb(30,159,206); }
H1.HeaderClassName
{
color: #1E9FCE;
}
.AnyTagClassName
{
color: #1E9FCE;
}
</style>
background-color css
<style>
a { background-color: #1E9FCE; }
a { background-color: rgb(30,159,206); }
div.DivClassName
{
background-color: #1E9FCE;
}
.BgClassName
{
background-color: #1E9FCE;
}
</style>
border-color css
<style>
span { border-color: #1E9FCE; }
span { border-color: rgb(30,159,206); }
td.TdClassName
{
border-color: #1E9FCE;
}
.TagClassName
{
border-color: #1E9FCE;
}
</style>