Shades of Pelorous #1E90CE
Tints of Pelorous #1E90CE
RGB
CMYK
RGB Variations
Color information
#1E90CE (or 0x1E90CE) is known color: Pelorous. HEX triplet: 1E, 90 and CE. RGB value is (30,144,206). Sum of RGB (Red+Green+Blue) = 30+144+206=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E90CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E90CE is #E16F31. Grayscale: #747474. Windows color (decimal): -14774066 or 13537310. OLE color: 13537310.
HSL color Cylindrical-coordinate representation of color #1E90CE: hue angle of 201.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E90CE is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 144 | 206 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.19 |
| HSL | 201.14º | 0.75% | 0.46% | - |
| HSV(B) | 201.14º | 0.85% | 0.81% | - |
| XYZ | 21.65 | 24.68 | 62.01 | - |
| YUV | 116.98 | 178.23 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 206 | 0.85 | 0.30 | 0 | 0.19 | 201.14 | 0.75 | 0.46 |
| Hex | 1E | 90 | CE | 55 | 1E | 0 | 13 | C9 | 4B | 2E |
| Octal | 36 | 220 | 316 | 125 | 36 | 0 | 23 | 311 | 113 | 56 |
| Binary | 11110 | 10010000 | 11001110 | 1010101 | 11110 | 0 | 10011 | 11001001 | 1001011 | 101110 |
Color Harmonies of #1E90CE
Complementary color
Monochromatic Colors of #1E90CE
Black with #1E90CE
Text Example
Text Example
White with #1E90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E90CE; }
p { color: rgb(30,144,206); }
H1.HeaderClassName
{
color: #1E90CE;
}
.AnyTagClassName
{
color: #1E90CE;
}
</style>
background-color css
<style>
a { background-color: #1E90CE; }
a { background-color: rgb(30,144,206); }
div.DivClassName
{
background-color: #1E90CE;
}
.BgClassName
{
background-color: #1E90CE;
}
</style>
border-color css
<style>
span { border-color: #1E90CE; }
span { border-color: rgb(30,144,206); }
td.TdClassName
{
border-color: #1E90CE;
}
.TagClassName
{
border-color: #1E90CE;
}
</style>