Shades of Blue #1C1EEF
Tints of Blue #1C1EEF
RGB
CMYK
RGB Variations
Color information
#1C1EEF (or 0x1C1EEF) is known color: Blue. HEX triplet: 1C, 1E and EF. RGB value is (28,30,239). Sum of RGB (Red+Green+Blue) = 28+30+239=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 239 (93.75% from 255 or 80.47% from 297); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C1EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C1EEF is #E3E110. Grayscale: #343434. Windows color (decimal): -14934289 or 15670812. OLE color: 15670812.
HSL color Cylindrical-coordinate representation of color #1C1EEF: hue angle of 239.43º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C1EEF is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 30 | 239 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.06 |
| HSL | 239.43º | 0.87% | 0.52% | - |
| HSV(B) | 239.43º | 0.88% | 0.94% | - |
| XYZ | 16.52 | 7.41 | 82.22 | - |
| YUV | 53.23 | 232.84 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 30 | 239 | 0.88 | 0.87 | 0 | 0.06 | 239.43 | 0.87 | 0.52 |
| Hex | 1C | 1E | EF | 58 | 57 | 0 | 6 | EF | 57 | 34 |
| Octal | 34 | 36 | 357 | 130 | 127 | 0 | 6 | 357 | 127 | 64 |
| Binary | 11100 | 11110 | 11101111 | 1011000 | 1010111 | 0 | 110 | 11101111 | 1010111 | 110100 |
Color Harmonies of #1C1EEF
Complementary color
Monochromatic Colors of #1C1EEF
Black with #1C1EEF
Text Example
Text Example
White with #1C1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1EEF; }
p { color: rgb(28,30,239); }
H1.HeaderClassName
{
color: #1C1EEF;
}
.AnyTagClassName
{
color: #1C1EEF;
}
</style>
background-color css
<style>
a { background-color: #1C1EEF; }
a { background-color: rgb(28,30,239); }
div.DivClassName
{
background-color: #1C1EEF;
}
.BgClassName
{
background-color: #1C1EEF;
}
</style>
border-color css
<style>
span { border-color: #1C1EEF; }
span { border-color: rgb(28,30,239); }
td.TdClassName
{
border-color: #1C1EEF;
}
.TagClassName
{
border-color: #1C1EEF;
}
</style>