Shades of Blue #1C15FF
Tints of Blue #1C15FF
RGB
CMYK
RGB Variations
Color information
#1C15FF (or 0x1C15FF) is known color: Blue. HEX triplet: 1C, 15 and FF. RGB value is (28,21,255). Sum of RGB (Red+Green+Blue) = 28+21+255=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C15FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C15FF is #E3EA00. Grayscale: #303030. Windows color (decimal): -14936577 or 16717084. OLE color: 16717084.
HSL color Cylindrical-coordinate representation of color #1C15FF: hue angle of 241.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C15FF is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 21 | 255 | - |
| CMYK | 0.89 | 0.92 | 0 | 0 |
| HSL | 241.79º | 1% | 0.54% | - |
| HSV(B) | 241.79º | 0.92% | 1% | - |
| XYZ | 18.8 | 8 | 95.16 | - |
| YUV | 49.77 | 243.82 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 255 | 0.89 | 0.92 | 0 | 0 | 241.79 | 1 | 0.54 |
| Hex | 1C | 15 | FF | 59 | 5C | 0 | 0 | F2 | 64 | 36 |
| Octal | 34 | 25 | 377 | 131 | 134 | 0 | 0 | 362 | 144 | 66 |
| Binary | 11100 | 10101 | 11111111 | 1011001 | 1011100 | 0 | 0 | 11110010 | 1100100 | 110110 |
Color Harmonies of #1C15FF
Complementary color
Monochromatic Colors of #1C15FF
Black with #1C15FF
Text Example
Text Example
White with #1C15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C15FF; }
p { color: rgb(28,21,255); }
H1.HeaderClassName
{
color: #1C15FF;
}
.AnyTagClassName
{
color: #1C15FF;
}
</style>
background-color css
<style>
a { background-color: #1C15FF; }
a { background-color: rgb(28,21,255); }
div.DivClassName
{
background-color: #1C15FF;
}
.BgClassName
{
background-color: #1C15FF;
}
</style>
border-color css
<style>
span { border-color: #1C15FF; }
span { border-color: rgb(28,21,255); }
td.TdClassName
{
border-color: #1C15FF;
}
.TagClassName
{
border-color: #1C15FF;
}
</style>