Shades of Pelorous #1E89BB
Tints of Pelorous #1E89BB
RGB
CMYK
RGB Variations
Color information
#1E89BB (or 0x1E89BB) is known color: Pelorous. HEX triplet: 1E, 89 and BB. RGB value is (30,137,187). Sum of RGB (Red+Green+Blue) = 30+137+187=354 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.47% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E89BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E89BB is #E17644. Grayscale: #6E6E6E. Windows color (decimal): -14775877 or 12290334. OLE color: 12290334.
HSL color Cylindrical-coordinate representation of color #1E89BB: hue angle of 199.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E89BB is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 137 | 187 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.27 |
| HSL | 199.11º | 0.72% | 0.43% | - |
| HSV(B) | 199.11º | 0.84% | 0.73% | - |
| XYZ | 18.45 | 21.76 | 50.24 | - |
| YUV | 110.71 | 171.05 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 187 | 0.84 | 0.27 | 0 | 0.27 | 199.11 | 0.72 | 0.43 |
| Hex | 1E | 89 | BB | 54 | 1B | 0 | 1B | C7 | 48 | 2B |
| Octal | 36 | 211 | 273 | 124 | 33 | 0 | 33 | 307 | 110 | 53 |
| Binary | 11110 | 10001001 | 10111011 | 1010100 | 11011 | 0 | 11011 | 11000111 | 1001000 | 101011 |
Color Harmonies of #1E89BB
Complementary color
Monochromatic Colors of #1E89BB
Black with #1E89BB
Text Example
Text Example
White with #1E89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E89BB; }
p { color: rgb(30,137,187); }
H1.HeaderClassName
{
color: #1E89BB;
}
.AnyTagClassName
{
color: #1E89BB;
}
</style>
background-color css
<style>
a { background-color: #1E89BB; }
a { background-color: rgb(30,137,187); }
div.DivClassName
{
background-color: #1E89BB;
}
.BgClassName
{
background-color: #1E89BB;
}
</style>
border-color css
<style>
span { border-color: #1E89BB; }
span { border-color: rgb(30,137,187); }
td.TdClassName
{
border-color: #1E89BB;
}
.TagClassName
{
border-color: #1E89BB;
}
</style>