Shades of Pelorous #1E8ACD
Tints of Pelorous #1E8ACD
RGB
CMYK
RGB Variations
Color information
#1E8ACD (or 0x1E8ACD) is known color: Pelorous. HEX triplet: 1E, 8A and CD. RGB value is (30,138,205). Sum of RGB (Red+Green+Blue) = 30+138+205=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8ACD is #E17532. Grayscale: #707070. Windows color (decimal): -14775603 or 13470238. OLE color: 13470238.
HSL color Cylindrical-coordinate representation of color #1E8ACD: hue angle of 202.97º 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 #1E8ACD is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 138 | 205 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.20 |
| HSL | 202.97º | 0.74% | 0.46% | - |
| HSV(B) | 202.97º | 0.85% | 0.8% | - |
| XYZ | 20.64 | 22.86 | 61.08 | - |
| YUV | 113.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 205 | 0.85 | 0.33 | 0 | 0.20 | 202.97 | 0.74 | 0.46 |
| Hex | 1E | 8A | CD | 55 | 21 | 0 | 14 | CB | 4A | 2E |
| Octal | 36 | 212 | 315 | 125 | 41 | 0 | 24 | 313 | 112 | 56 |
| Binary | 11110 | 10001010 | 11001101 | 1010101 | 100001 | 0 | 10100 | 11001011 | 1001010 | 101110 |
Color Harmonies of #1E8ACD
Complementary color
Monochromatic Colors of #1E8ACD
Black with #1E8ACD
Text Example
Text Example
White with #1E8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8ACD; }
p { color: rgb(30,138,205); }
H1.HeaderClassName
{
color: #1E8ACD;
}
.AnyTagClassName
{
color: #1E8ACD;
}
</style>
background-color css
<style>
a { background-color: #1E8ACD; }
a { background-color: rgb(30,138,205); }
div.DivClassName
{
background-color: #1E8ACD;
}
.BgClassName
{
background-color: #1E8ACD;
}
</style>
border-color css
<style>
span { border-color: #1E8ACD; }
span { border-color: rgb(30,138,205); }
td.TdClassName
{
border-color: #1E8ACD;
}
.TagClassName
{
border-color: #1E8ACD;
}
</style>