Shades of Pelorous #1E8DCD
Tints of Pelorous #1E8DCD
RGB
CMYK
RGB Variations
Color information
#1E8DCD (or 0x1E8DCD) is known color: Pelorous. HEX triplet: 1E, 8D and CD. RGB value is (30,141,205). Sum of RGB (Red+Green+Blue) = 30+141+205=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E8DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8DCD is #E17232. Grayscale: #727272. Windows color (decimal): -14774835 or 13471006. OLE color: 13471006.
HSL color Cylindrical-coordinate representation of color #1E8DCD: hue angle of 201.94º 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 #1E8DCD is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 141 | 205 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.20 |
| HSL | 201.94º | 0.74% | 0.46% | - |
| HSV(B) | 201.94º | 0.85% | 0.8% | - |
| XYZ | 21.08 | 23.73 | 61.23 | - |
| YUV | 115.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 141 | 205 | 0.85 | 0.31 | 0 | 0.20 | 201.94 | 0.74 | 0.46 |
| Hex | 1E | 8D | CD | 55 | 1F | 0 | 14 | CA | 4A | 2E |
| Octal | 36 | 215 | 315 | 125 | 37 | 0 | 24 | 312 | 112 | 56 |
| Binary | 11110 | 10001101 | 11001101 | 1010101 | 11111 | 0 | 10100 | 11001010 | 1001010 | 101110 |
Color Harmonies of #1E8DCD
Complementary color
Monochromatic Colors of #1E8DCD
Black with #1E8DCD
Text Example
Text Example
White with #1E8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8DCD; }
p { color: rgb(30,141,205); }
H1.HeaderClassName
{
color: #1E8DCD;
}
.AnyTagClassName
{
color: #1E8DCD;
}
</style>
background-color css
<style>
a { background-color: #1E8DCD; }
a { background-color: rgb(30,141,205); }
div.DivClassName
{
background-color: #1E8DCD;
}
.BgClassName
{
background-color: #1E8DCD;
}
</style>
border-color css
<style>
span { border-color: #1E8DCD; }
span { border-color: rgb(30,141,205); }
td.TdClassName
{
border-color: #1E8DCD;
}
.TagClassName
{
border-color: #1E8DCD;
}
</style>