Shades of Pelorous #1E90BE
Tints of Pelorous #1E90BE
RGB
CMYK
RGB Variations
Color information
#1E90BE (or 0x1E90BE) is known color: Pelorous. HEX triplet: 1E, 90 and BE. RGB value is (30,144,190). Sum of RGB (Red+Green+Blue) = 30+144+190=364 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.24% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E90BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E90BE is #E16F41. Grayscale: #727272. Windows color (decimal): -14774082 or 12488734. OLE color: 12488734.
HSL color Cylindrical-coordinate representation of color #1E90BE: hue angle of 197.25º 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 #1E90BE is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 144 | 190 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.25 |
| HSL | 197.25º | 0.73% | 0.43% | - |
| HSV(B) | 197.25º | 0.84% | 0.75% | - |
| XYZ | 19.8 | 23.94 | 52.29 | - |
| YUV | 115.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 190 | 0.84 | 0.24 | 0 | 0.25 | 197.25 | 0.73 | 0.43 |
| Hex | 1E | 90 | BE | 54 | 18 | 0 | 19 | C5 | 49 | 2B |
| Octal | 36 | 220 | 276 | 124 | 30 | 0 | 31 | 305 | 111 | 53 |
| Binary | 11110 | 10010000 | 10111110 | 1010100 | 11000 | 0 | 11001 | 11000101 | 1001001 | 101011 |
Color Harmonies of #1E90BE
Complementary color
Monochromatic Colors of #1E90BE
Black with #1E90BE
Text Example
Text Example
White with #1E90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E90BE; }
p { color: rgb(30,144,190); }
H1.HeaderClassName
{
color: #1E90BE;
}
.AnyTagClassName
{
color: #1E90BE;
}
</style>
background-color css
<style>
a { background-color: #1E90BE; }
a { background-color: rgb(30,144,190); }
div.DivClassName
{
background-color: #1E90BE;
}
.BgClassName
{
background-color: #1E90BE;
}
</style>
border-color css
<style>
span { border-color: #1E90BE; }
span { border-color: rgb(30,144,190); }
td.TdClassName
{
border-color: #1E90BE;
}
.TagClassName
{
border-color: #1E90BE;
}
</style>