Shades of Pelorous #1E93BE
Tints of Pelorous #1E93BE
RGB
CMYK
RGB Variations
Color information
#1E93BE (or 0x1E93BE) is known color: Pelorous. HEX triplet: 1E, 93 and BE. RGB value is (30,147,190). Sum of RGB (Red+Green+Blue) = 30+147+190=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E93BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E93BE is #E16C41. Grayscale: #747474. Windows color (decimal): -14773314 or 12489502. OLE color: 12489502.
HSL color Cylindrical-coordinate representation of color #1E93BE: hue angle of 196.12º 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 #1E93BE is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 147 | 190 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.25 |
| HSL | 196.13º | 0.73% | 0.43% | - |
| HSV(B) | 196.13º | 0.84% | 0.75% | - |
| XYZ | 20.26 | 24.86 | 52.45 | - |
| YUV | 116.92 | 169.24 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 190 | 0.84 | 0.23 | 0 | 0.25 | 196.13 | 0.73 | 0.43 |
| Hex | 1E | 93 | BE | 54 | 17 | 0 | 19 | C4 | 49 | 2B |
| Octal | 36 | 223 | 276 | 124 | 27 | 0 | 31 | 304 | 111 | 53 |
| Binary | 11110 | 10010011 | 10111110 | 1010100 | 10111 | 0 | 11001 | 11000100 | 1001001 | 101011 |
Color Harmonies of #1E93BE
Complementary color
Monochromatic Colors of #1E93BE
Black with #1E93BE
Text Example
Text Example
White with #1E93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E93BE; }
p { color: rgb(30,147,190); }
H1.HeaderClassName
{
color: #1E93BE;
}
.AnyTagClassName
{
color: #1E93BE;
}
</style>
background-color css
<style>
a { background-color: #1E93BE; }
a { background-color: rgb(30,147,190); }
div.DivClassName
{
background-color: #1E93BE;
}
.BgClassName
{
background-color: #1E93BE;
}
</style>
border-color css
<style>
span { border-color: #1E93BE; }
span { border-color: rgb(30,147,190); }
td.TdClassName
{
border-color: #1E93BE;
}
.TagClassName
{
border-color: #1E93BE;
}
</style>