Shades of Pelorous #1E89BE
Tints of Pelorous #1E89BE
RGB
CMYK
RGB Variations
Color information
#1E89BE (or 0x1E89BE) is known color: Pelorous. HEX triplet: 1E, 89 and BE. RGB value is (30,137,190). Sum of RGB (Red+Green+Blue) = 30+137+190=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E89BE is #E17641. Grayscale: #6E6E6E. Windows color (decimal): -14775874 or 12486942. OLE color: 12486942.
HSL color Cylindrical-coordinate representation of color #1E89BE: hue angle of 199.88º 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 #1E89BE is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 137 | 190 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.25 |
| HSL | 199.88º | 0.73% | 0.43% | - |
| HSV(B) | 199.88º | 0.84% | 0.75% | - |
| XYZ | 18.78 | 21.89 | 51.95 | - |
| YUV | 111.05 | 172.55 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 190 | 0.84 | 0.28 | 0 | 0.25 | 199.88 | 0.73 | 0.43 |
| Hex | 1E | 89 | BE | 54 | 1C | 0 | 19 | C8 | 49 | 2B |
| Octal | 36 | 211 | 276 | 124 | 34 | 0 | 31 | 310 | 111 | 53 |
| Binary | 11110 | 10001001 | 10111110 | 1010100 | 11100 | 0 | 11001 | 11001000 | 1001001 | 101011 |
Color Harmonies of #1E89BE
Complementary color
Monochromatic Colors of #1E89BE
Black with #1E89BE
Text Example
Text Example
White with #1E89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E89BE; }
p { color: rgb(30,137,190); }
H1.HeaderClassName
{
color: #1E89BE;
}
.AnyTagClassName
{
color: #1E89BE;
}
</style>
background-color css
<style>
a { background-color: #1E89BE; }
a { background-color: rgb(30,137,190); }
div.DivClassName
{
background-color: #1E89BE;
}
.BgClassName
{
background-color: #1E89BE;
}
</style>
border-color css
<style>
span { border-color: #1E89BE; }
span { border-color: rgb(30,137,190); }
td.TdClassName
{
border-color: #1E89BE;
}
.TagClassName
{
border-color: #1E89BE;
}
</style>