Shades of Pelorous #1E92CE
Tints of Pelorous #1E92CE
RGB
CMYK
RGB Variations
Color information
#1E92CE (or 0x1E92CE) is known color: Pelorous. HEX triplet: 1E, 92 and CE. RGB value is (30,146,206). Sum of RGB (Red+Green+Blue) = 30+146+206=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E92CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E92CE is #E16D31. Grayscale: #757575. Windows color (decimal): -14773554 or 13537822. OLE color: 13537822.
HSL color Cylindrical-coordinate representation of color #1E92CE: hue angle of 200.45º 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 #1E92CE is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 146 | 206 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.19 |
| HSL | 200.45º | 0.75% | 0.46% | - |
| HSV(B) | 200.45º | 0.85% | 0.81% | - |
| XYZ | 21.95 | 25.29 | 62.12 | - |
| YUV | 118.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 146 | 206 | 0.85 | 0.29 | 0 | 0.19 | 200.45 | 0.75 | 0.46 |
| Hex | 1E | 92 | CE | 55 | 1D | 0 | 13 | C8 | 4B | 2E |
| Octal | 36 | 222 | 316 | 125 | 35 | 0 | 23 | 310 | 113 | 56 |
| Binary | 11110 | 10010010 | 11001110 | 1010101 | 11101 | 0 | 10011 | 11001000 | 1001011 | 101110 |
Color Harmonies of #1E92CE
Complementary color
Monochromatic Colors of #1E92CE
Black with #1E92CE
Text Example
Text Example
White with #1E92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E92CE; }
p { color: rgb(30,146,206); }
H1.HeaderClassName
{
color: #1E92CE;
}
.AnyTagClassName
{
color: #1E92CE;
}
</style>
background-color css
<style>
a { background-color: #1E92CE; }
a { background-color: rgb(30,146,206); }
div.DivClassName
{
background-color: #1E92CE;
}
.BgClassName
{
background-color: #1E92CE;
}
</style>
border-color css
<style>
span { border-color: #1E92CE; }
span { border-color: rgb(30,146,206); }
td.TdClassName
{
border-color: #1E92CE;
}
.TagClassName
{
border-color: #1E92CE;
}
</style>