Shades of Pelorous #1E94CC
Tints of Pelorous #1E94CC
RGB
CMYK
RGB Variations
Color information
#1E94CC (or 0x1E94CC) is known color: Pelorous. HEX triplet: 1E, 94 and CC. RGB value is (30,148,204). Sum of RGB (Red+Green+Blue) = 30+148+204=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E94CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94CC is #E16B33. Grayscale: #767676. Windows color (decimal): -14773044 or 13407262. OLE color: 13407262.
HSL color Cylindrical-coordinate representation of color #1E94CC: hue angle of 199.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E94CC is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 148 | 204 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.2 |
| HSL | 199.31º | 0.74% | 0.46% | - |
| HSV(B) | 199.31º | 0.85% | 0.8% | - |
| XYZ | 22.02 | 25.82 | 60.95 | - |
| YUV | 119.1 | 175.91 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 204 | 0.85 | 0.27 | 0 | 0.2 | 199.31 | 0.74 | 0.46 |
| Hex | 1E | 94 | CC | 55 | 1B | 0 | 14 | C7 | 4A | 2E |
| Octal | 36 | 224 | 314 | 125 | 33 | 0 | 24 | 307 | 112 | 56 |
| Binary | 11110 | 10010100 | 11001100 | 1010101 | 11011 | 0 | 10100 | 11000111 | 1001010 | 101110 |
Color Harmonies of #1E94CC
Complementary color
Monochromatic Colors of #1E94CC
Black with #1E94CC
Text Example
Text Example
White with #1E94CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E94CC; }
p { color: rgb(30,148,204); }
H1.HeaderClassName
{
color: #1E94CC;
}
.AnyTagClassName
{
color: #1E94CC;
}
</style>
background-color css
<style>
a { background-color: #1E94CC; }
a { background-color: rgb(30,148,204); }
div.DivClassName
{
background-color: #1E94CC;
}
.BgClassName
{
background-color: #1E94CC;
}
</style>
border-color css
<style>
span { border-color: #1E94CC; }
span { border-color: rgb(30,148,204); }
td.TdClassName
{
border-color: #1E94CC;
}
.TagClassName
{
border-color: #1E94CC;
}
</style>