Shades of Pelorous #1E8DBD
Tints of Pelorous #1E8DBD
RGB
CMYK
RGB Variations
Color information
#1E8DBD (or 0x1E8DBD) is known color: Pelorous. HEX triplet: 1E, 8D and BD. RGB value is (30,141,189). Sum of RGB (Red+Green+Blue) = 30+141+189=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E8DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8DBD is #E17242. Grayscale: #707070. Windows color (decimal): -14774851 or 12422430. OLE color: 12422430.
HSL color Cylindrical-coordinate representation of color #1E8DBD: hue angle of 198.11º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8DBD is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 141 | 189 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.26 |
| HSL | 198.11º | 0.73% | 0.43% | - |
| HSV(B) | 198.11º | 0.84% | 0.74% | - |
| XYZ | 19.25 | 23 | 51.57 | - |
| YUV | 113.28 | 170.73 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 141 | 189 | 0.84 | 0.25 | 0 | 0.26 | 198.11 | 0.73 | 0.43 |
| Hex | 1E | 8D | BD | 54 | 19 | 0 | 1A | C6 | 49 | 2B |
| Octal | 36 | 215 | 275 | 124 | 31 | 0 | 32 | 306 | 111 | 53 |
| Binary | 11110 | 10001101 | 10111101 | 1010100 | 11001 | 0 | 11010 | 11000110 | 1001001 | 101011 |
Color Harmonies of #1E8DBD
Complementary color
Monochromatic Colors of #1E8DBD
Black with #1E8DBD
Text Example
Text Example
White with #1E8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8DBD; }
p { color: rgb(30,141,189); }
H1.HeaderClassName
{
color: #1E8DBD;
}
.AnyTagClassName
{
color: #1E8DBD;
}
</style>
background-color css
<style>
a { background-color: #1E8DBD; }
a { background-color: rgb(30,141,189); }
div.DivClassName
{
background-color: #1E8DBD;
}
.BgClassName
{
background-color: #1E8DBD;
}
</style>
border-color css
<style>
span { border-color: #1E8DBD; }
span { border-color: rgb(30,141,189); }
td.TdClassName
{
border-color: #1E8DBD;
}
.TagClassName
{
border-color: #1E8DBD;
}
</style>