Shades of Pelorous #1E8ABE
Tints of Pelorous #1E8ABE
RGB
CMYK
RGB Variations
Color information
#1E8ABE (or 0x1E8ABE) is known color: Pelorous. HEX triplet: 1E, 8A and BE. RGB value is (30,138,190). Sum of RGB (Red+Green+Blue) = 30+138+190=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E8ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8ABE is #E17541. Grayscale: #6F6F6F. Windows color (decimal): -14775618 or 12487198. OLE color: 12487198.
HSL color Cylindrical-coordinate representation of color #1E8ABE: hue angle of 199.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8ABE is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 138 | 190 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.25 |
| HSL | 199.5º | 0.73% | 0.43% | - |
| HSV(B) | 199.5º | 0.84% | 0.75% | - |
| XYZ | 18.92 | 22.17 | 52 | - |
| YUV | 111.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 190 | 0.84 | 0.27 | 0 | 0.25 | 199.5 | 0.73 | 0.43 |
| Hex | 1E | 8A | BE | 54 | 1B | 0 | 19 | C8 | 49 | 2B |
| Octal | 36 | 212 | 276 | 124 | 33 | 0 | 31 | 310 | 111 | 53 |
| Binary | 11110 | 10001010 | 10111110 | 1010100 | 11011 | 0 | 11001 | 11001000 | 1001001 | 101011 |
Color Harmonies of #1E8ABE
Complementary color
Monochromatic Colors of #1E8ABE
Black with #1E8ABE
Text Example
Text Example
White with #1E8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8ABE; }
p { color: rgb(30,138,190); }
H1.HeaderClassName
{
color: #1E8ABE;
}
.AnyTagClassName
{
color: #1E8ABE;
}
</style>
background-color css
<style>
a { background-color: #1E8ABE; }
a { background-color: rgb(30,138,190); }
div.DivClassName
{
background-color: #1E8ABE;
}
.BgClassName
{
background-color: #1E8ABE;
}
</style>
border-color css
<style>
span { border-color: #1E8ABE; }
span { border-color: rgb(30,138,190); }
td.TdClassName
{
border-color: #1E8ABE;
}
.TagClassName
{
border-color: #1E8ABE;
}
</style>