Shades of Pelorous #1E8BB8
Tints of Pelorous #1E8BB8
RGB
CMYK
RGB Variations
Color information
#1E8BB8 (or 0x1E8BB8) is known color: Pelorous. HEX triplet: 1E, 8B and B8. RGB value is (30,139,184). Sum of RGB (Red+Green+Blue) = 30+139+184=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #1E8BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8BB8 is #E17447. Grayscale: #6F6F6F. Windows color (decimal): -14775368 or 12094238. OLE color: 12094238.
HSL color Cylindrical-coordinate representation of color #1E8BB8: hue angle of 197.53º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8BB8 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 139 | 184 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.28 |
| HSL | 197.53º | 0.72% | 0.42% | - |
| HSV(B) | 197.53º | 0.84% | 0.72% | - |
| XYZ | 18.42 | 22.2 | 48.66 | - |
| YUV | 111.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 184 | 0.84 | 0.24 | 0 | 0.28 | 197.53 | 0.72 | 0.42 |
| Hex | 1E | 8B | B8 | 54 | 18 | 0 | 1C | C6 | 48 | 2A |
| Octal | 36 | 213 | 270 | 124 | 30 | 0 | 34 | 306 | 110 | 52 |
| Binary | 11110 | 10001011 | 10111000 | 1010100 | 11000 | 0 | 11100 | 11000110 | 1001000 | 101010 |
Color Harmonies of #1E8BB8
Complementary color
Monochromatic Colors of #1E8BB8
Black with #1E8BB8
Text Example
Text Example
White with #1E8BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8BB8; }
p { color: rgb(30,139,184); }
H1.HeaderClassName
{
color: #1E8BB8;
}
.AnyTagClassName
{
color: #1E8BB8;
}
</style>
background-color css
<style>
a { background-color: #1E8BB8; }
a { background-color: rgb(30,139,184); }
div.DivClassName
{
background-color: #1E8BB8;
}
.BgClassName
{
background-color: #1E8BB8;
}
</style>
border-color css
<style>
span { border-color: #1E8BB8; }
span { border-color: rgb(30,139,184); }
td.TdClassName
{
border-color: #1E8BB8;
}
.TagClassName
{
border-color: #1E8BB8;
}
</style>