Shades of Blue #1C15EF
Tints of Blue #1C15EF
RGB
CMYK
RGB Variations
Color information
#1C15EF (or 0x1C15EF) is known color: Blue. HEX triplet: 1C, 15 and EF. RGB value is (28,21,239). Sum of RGB (Red+Green+Blue) = 28+21+239=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C15EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C15EF is #E3EA10. Grayscale: #2F2F2F. Windows color (decimal): -14936593 or 15668508. OLE color: 15668508.
HSL color Cylindrical-coordinate representation of color #1C15EF: hue angle of 241.93º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C15EF is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 21 | 239 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.06 |
| HSL | 241.93º | 0.87% | 0.51% | - |
| HSV(B) | 241.93º | 0.91% | 0.94% | - |
| XYZ | 16.33 | 7.02 | 82.15 | - |
| YUV | 47.95 | 235.82 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 239 | 0.88 | 0.91 | 0 | 0.06 | 241.93 | 0.87 | 0.51 |
| Hex | 1C | 15 | EF | 58 | 5B | 0 | 6 | F2 | 57 | 33 |
| Octal | 34 | 25 | 357 | 130 | 133 | 0 | 6 | 362 | 127 | 63 |
| Binary | 11100 | 10101 | 11101111 | 1011000 | 1011011 | 0 | 110 | 11110010 | 1010111 | 110011 |
Color Harmonies of #1C15EF
Complementary color
Monochromatic Colors of #1C15EF
Black with #1C15EF
Text Example
Text Example
White with #1C15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C15EF; }
p { color: rgb(28,21,239); }
H1.HeaderClassName
{
color: #1C15EF;
}
.AnyTagClassName
{
color: #1C15EF;
}
</style>
background-color css
<style>
a { background-color: #1C15EF; }
a { background-color: rgb(28,21,239); }
div.DivClassName
{
background-color: #1C15EF;
}
.BgClassName
{
background-color: #1C15EF;
}
</style>
border-color css
<style>
span { border-color: #1C15EF; }
span { border-color: rgb(28,21,239); }
td.TdClassName
{
border-color: #1C15EF;
}
.TagClassName
{
border-color: #1C15EF;
}
</style>