Shades of Blue #1E1CED
Tints of Blue #1E1CED
RGB
CMYK
RGB Variations
Color information
#1E1CED (or 0x1E1CED) is known color: Blue. HEX triplet: 1E, 1C and ED. RGB value is (30,28,237). Sum of RGB (Red+Green+Blue) = 30+28+237=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 237 (92.97% from 255 or 80.34% from 295); Max value from RGB is 237 - color contains mainly: blue. Hex color #1E1CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1CED is #E1E312. Grayscale: #333333. Windows color (decimal): -14803731 or 15539230. OLE color: 15539230.
HSL color Cylindrical-coordinate representation of color #1E1CED: hue angle of 240.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E1CED is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 28 | 237 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.07 |
| HSL | 240.57º | 0.85% | 0.52% | - |
| HSV(B) | 240.57º | 0.88% | 0.93% | - |
| XYZ | 16.24 | 7.22 | 80.66 | - |
| YUV | 52.42 | 232.16 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 237 | 0.87 | 0.88 | 0 | 0.07 | 240.57 | 0.85 | 0.52 |
| Hex | 1E | 1C | ED | 57 | 58 | 0 | 7 | F1 | 55 | 34 |
| Octal | 36 | 34 | 355 | 127 | 130 | 0 | 7 | 361 | 125 | 64 |
| Binary | 11110 | 11100 | 11101101 | 1010111 | 1011000 | 0 | 111 | 11110001 | 1010101 | 110100 |
Color Harmonies of #1E1CED
Complementary color
Monochromatic Colors of #1E1CED
Black with #1E1CED
Text Example
Text Example
White with #1E1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1CED; }
p { color: rgb(30,28,237); }
H1.HeaderClassName
{
color: #1E1CED;
}
.AnyTagClassName
{
color: #1E1CED;
}
</style>
background-color css
<style>
a { background-color: #1E1CED; }
a { background-color: rgb(30,28,237); }
div.DivClassName
{
background-color: #1E1CED;
}
.BgClassName
{
background-color: #1E1CED;
}
</style>
border-color css
<style>
span { border-color: #1E1CED; }
span { border-color: rgb(30,28,237); }
td.TdClassName
{
border-color: #1E1CED;
}
.TagClassName
{
border-color: #1E1CED;
}
</style>