Shades of Pelorous #1E8DCC
Tints of Pelorous #1E8DCC
RGB
CMYK
RGB Variations
Color information
#1E8DCC (or 0x1E8DCC) is known color: Pelorous. HEX triplet: 1E, 8D and CC. RGB value is (30,141,204). Sum of RGB (Red+Green+Blue) = 30+141+204=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E8DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8DCC is #E17233. Grayscale: #727272. Windows color (decimal): -14774836 or 13405470. OLE color: 13405470.
HSL color Cylindrical-coordinate representation of color #1E8DCC: hue angle of 201.72º 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 #1E8DCC is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 141 | 204 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.2 |
| HSL | 201.72º | 0.74% | 0.46% | - |
| HSV(B) | 201.72º | 0.85% | 0.8% | - |
| XYZ | 20.96 | 23.69 | 60.59 | - |
| YUV | 114.99 | 178.23 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 141 | 204 | 0.85 | 0.31 | 0 | 0.2 | 201.72 | 0.74 | 0.46 |
| Hex | 1E | 8D | CC | 55 | 1F | 0 | 14 | CA | 4A | 2E |
| Octal | 36 | 215 | 314 | 125 | 37 | 0 | 24 | 312 | 112 | 56 |
| Binary | 11110 | 10001101 | 11001100 | 1010101 | 11111 | 0 | 10100 | 11001010 | 1001010 | 101110 |
Color Harmonies of #1E8DCC
Complementary color
Monochromatic Colors of #1E8DCC
Black with #1E8DCC
Text Example
Text Example
White with #1E8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8DCC; }
p { color: rgb(30,141,204); }
H1.HeaderClassName
{
color: #1E8DCC;
}
.AnyTagClassName
{
color: #1E8DCC;
}
</style>
background-color css
<style>
a { background-color: #1E8DCC; }
a { background-color: rgb(30,141,204); }
div.DivClassName
{
background-color: #1E8DCC;
}
.BgClassName
{
background-color: #1E8DCC;
}
</style>
border-color css
<style>
span { border-color: #1E8DCC; }
span { border-color: rgb(30,141,204); }
td.TdClassName
{
border-color: #1E8DCC;
}
.TagClassName
{
border-color: #1E8DCC;
}
</style>