Shades of Pelorous #1E8DCF
Tints of Pelorous #1E8DCF
RGB
CMYK
RGB Variations
Color information
#1E8DCF (or 0x1E8DCF) is known color: Pelorous. HEX triplet: 1E, 8D and CF. RGB value is (30,141,207). Sum of RGB (Red+Green+Blue) = 30+141+207=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E8DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8DCF is #E17230. Grayscale: #727272. Windows color (decimal): -14774833 or 13602078. OLE color: 13602078.
HSL color Cylindrical-coordinate representation of color #1E8DCF: hue angle of 202.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8DCF is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 141 | 207 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.19 |
| HSL | 202.37º | 0.75% | 0.46% | - |
| HSV(B) | 202.37º | 0.86% | 0.81% | - |
| XYZ | 21.32 | 23.83 | 62.51 | - |
| YUV | 115.34 | 179.73 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 141 | 207 | 0.86 | 0.32 | 0 | 0.19 | 202.37 | 0.75 | 0.46 |
| Hex | 1E | 8D | CF | 56 | 20 | 0 | 13 | CA | 4B | 2E |
| Octal | 36 | 215 | 317 | 126 | 40 | 0 | 23 | 312 | 113 | 56 |
| Binary | 11110 | 10001101 | 11001111 | 1010110 | 100000 | 0 | 10011 | 11001010 | 1001011 | 101110 |
Color Harmonies of #1E8DCF
Complementary color
Monochromatic Colors of #1E8DCF
Black with #1E8DCF
Text Example
Text Example
White with #1E8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8DCF; }
p { color: rgb(30,141,207); }
H1.HeaderClassName
{
color: #1E8DCF;
}
.AnyTagClassName
{
color: #1E8DCF;
}
</style>
background-color css
<style>
a { background-color: #1E8DCF; }
a { background-color: rgb(30,141,207); }
div.DivClassName
{
background-color: #1E8DCF;
}
.BgClassName
{
background-color: #1E8DCF;
}
</style>
border-color css
<style>
span { border-color: #1E8DCF; }
span { border-color: rgb(30,141,207); }
td.TdClassName
{
border-color: #1E8DCF;
}
.TagClassName
{
border-color: #1E8DCF;
}
</style>