Shades of Pelorous #1E94CE
Tints of Pelorous #1E94CE
RGB
CMYK
RGB Variations
Color information
#1E94CE (or 0x1E94CE) is known color: Pelorous. HEX triplet: 1E, 94 and CE. RGB value is (30,148,206). Sum of RGB (Red+Green+Blue) = 30+148+206=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E94CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94CE is #E16B31. Grayscale: #767676. Windows color (decimal): -14773042 or 13538334. OLE color: 13538334.
HSL color Cylindrical-coordinate representation of color #1E94CE: hue angle of 199.77º 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 #1E94CE is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 148 | 206 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.19 |
| HSL | 199.77º | 0.75% | 0.46% | - |
| HSV(B) | 199.77º | 0.85% | 0.81% | - |
| XYZ | 22.27 | 25.91 | 62.22 | - |
| YUV | 119.33 | 176.91 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 206 | 0.85 | 0.28 | 0 | 0.19 | 199.77 | 0.75 | 0.46 |
| Hex | 1E | 94 | CE | 55 | 1C | 0 | 13 | C8 | 4B | 2E |
| Octal | 36 | 224 | 316 | 125 | 34 | 0 | 23 | 310 | 113 | 56 |
| Binary | 11110 | 10010100 | 11001110 | 1010101 | 11100 | 0 | 10011 | 11001000 | 1001011 | 101110 |
Color Harmonies of #1E94CE
Complementary color
Monochromatic Colors of #1E94CE
Black with #1E94CE
Text Example
Text Example
White with #1E94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E94CE; }
p { color: rgb(30,148,206); }
H1.HeaderClassName
{
color: #1E94CE;
}
.AnyTagClassName
{
color: #1E94CE;
}
</style>
background-color css
<style>
a { background-color: #1E94CE; }
a { background-color: rgb(30,148,206); }
div.DivClassName
{
background-color: #1E94CE;
}
.BgClassName
{
background-color: #1E94CE;
}
</style>
border-color css
<style>
span { border-color: #1E94CE; }
span { border-color: rgb(30,148,206); }
td.TdClassName
{
border-color: #1E94CE;
}
.TagClassName
{
border-color: #1E94CE;
}
</style>