Shades of Pelorous #1E8ECB
Tints of Pelorous #1E8ECB
RGB
CMYK
RGB Variations
Color information
#1E8ECB (or 0x1E8ECB) is known color: Pelorous. HEX triplet: 1E, 8E and CB. RGB value is (30,142,203). Sum of RGB (Red+Green+Blue) = 30+142+203=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E8ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8ECB is #E17134. Grayscale: #737373. Windows color (decimal): -14774581 or 13340190. OLE color: 13340190.
HSL color Cylindrical-coordinate representation of color #1E8ECB: hue angle of 201.16º 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 #1E8ECB is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 142 | 203 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.20 |
| HSL | 201.16º | 0.74% | 0.46% | - |
| HSV(B) | 201.16º | 0.85% | 0.8% | - |
| XYZ | 20.99 | 23.93 | 60.01 | - |
| YUV | 115.47 | 177.39 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 203 | 0.85 | 0.30 | 0 | 0.20 | 201.16 | 0.74 | 0.46 |
| Hex | 1E | 8E | CB | 55 | 1E | 0 | 14 | C9 | 4A | 2E |
| Octal | 36 | 216 | 313 | 125 | 36 | 0 | 24 | 311 | 112 | 56 |
| Binary | 11110 | 10001110 | 11001011 | 1010101 | 11110 | 0 | 10100 | 11001001 | 1001010 | 101110 |
Color Harmonies of #1E8ECB
Complementary color
Monochromatic Colors of #1E8ECB
Black with #1E8ECB
Text Example
Text Example
White with #1E8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8ECB; }
p { color: rgb(30,142,203); }
H1.HeaderClassName
{
color: #1E8ECB;
}
.AnyTagClassName
{
color: #1E8ECB;
}
</style>
background-color css
<style>
a { background-color: #1E8ECB; }
a { background-color: rgb(30,142,203); }
div.DivClassName
{
background-color: #1E8ECB;
}
.BgClassName
{
background-color: #1E8ECB;
}
</style>
border-color css
<style>
span { border-color: #1E8ECB; }
span { border-color: rgb(30,142,203); }
td.TdClassName
{
border-color: #1E8ECB;
}
.TagClassName
{
border-color: #1E8ECB;
}
</style>