Shades of Blue #1C03FF
Tints of Blue #1C03FF
RGB
CMYK
RGB Variations
Color information
#1C03FF (or 0x1C03FF) is known color: Blue. HEX triplet: 1C, 03 and FF. RGB value is (28,3,255). Sum of RGB (Red+Green+Blue) = 28+3+255=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C03FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C03FF is #E3FC00. Grayscale: #262626. Windows color (decimal): -14941185 or 16712476. OLE color: 16712476.
HSL color Cylindrical-coordinate representation of color #1C03FF: hue angle of 245.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C03FF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 3 | 255 | - |
| CMYK | 0.89 | 0.99 | 0 | 0 |
| HSL | 245.95º | 1% | 0.51% | - |
| HSV(B) | 245.95º | 0.99% | 1% | - |
| XYZ | 18.56 | 7.53 | 95.08 | - |
| YUV | 39.2 | 249.78 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 255 | 0.89 | 0.99 | 0 | 0 | 245.95 | 1 | 0.51 |
| Hex | 1C | 3 | FF | 59 | 63 | 0 | 0 | F6 | 64 | 33 |
| Octal | 34 | 3 | 377 | 131 | 143 | 0 | 0 | 366 | 144 | 63 |
| Binary | 11100 | 11 | 11111111 | 1011001 | 1100011 | 0 | 0 | 11110110 | 1100100 | 110011 |
Color Harmonies of #1C03FF
Complementary color
Monochromatic Colors of #1C03FF
Black with #1C03FF
Text Example
Text Example
White with #1C03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C03FF; }
p { color: rgb(28,3,255); }
H1.HeaderClassName
{
color: #1C03FF;
}
.AnyTagClassName
{
color: #1C03FF;
}
</style>
background-color css
<style>
a { background-color: #1C03FF; }
a { background-color: rgb(28,3,255); }
div.DivClassName
{
background-color: #1C03FF;
}
.BgClassName
{
background-color: #1C03FF;
}
</style>
border-color css
<style>
span { border-color: #1C03FF; }
span { border-color: rgb(28,3,255); }
td.TdClassName
{
border-color: #1C03FF;
}
.TagClassName
{
border-color: #1C03FF;
}
</style>