Shades of Blue #1E03FF
Tints of Blue #1E03FF
RGB
CMYK
RGB Variations
Color information
#1E03FF (or 0x1E03FF) is known color: Blue. HEX triplet: 1E, 03 and FF. RGB value is (30,3,255). Sum of RGB (Red+Green+Blue) = 30+3+255=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 255 (100% from 255 or 88.54% from 288); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E03FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E03FF is #E1FC00. Grayscale: #262626. Windows color (decimal): -14810113 or 16712478. OLE color: 16712478.
HSL color Cylindrical-coordinate representation of color #1E03FF: hue angle of 246.43º 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 #1E03FF is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 3 | 255 | - |
| CMYK | 0.88 | 0.99 | 0 | 0 |
| HSL | 246.43º | 1% | 0.51% | - |
| HSV(B) | 246.43º | 0.99% | 1% | - |
| XYZ | 18.62 | 7.56 | 95.09 | - |
| YUV | 39.8 | 249.45 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 255 | 0.88 | 0.99 | 0 | 0 | 246.43 | 1 | 0.51 |
| Hex | 1E | 3 | FF | 58 | 63 | 0 | 0 | F6 | 64 | 33 |
| Octal | 36 | 3 | 377 | 130 | 143 | 0 | 0 | 366 | 144 | 63 |
| Binary | 11110 | 11 | 11111111 | 1011000 | 1100011 | 0 | 0 | 11110110 | 1100100 | 110011 |
Color Harmonies of #1E03FF
Complementary color
Monochromatic Colors of #1E03FF
Black with #1E03FF
Text Example
Text Example
White with #1E03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E03FF; }
p { color: rgb(30,3,255); }
H1.HeaderClassName
{
color: #1E03FF;
}
.AnyTagClassName
{
color: #1E03FF;
}
</style>
background-color css
<style>
a { background-color: #1E03FF; }
a { background-color: rgb(30,3,255); }
div.DivClassName
{
background-color: #1E03FF;
}
.BgClassName
{
background-color: #1E03FF;
}
</style>
border-color css
<style>
span { border-color: #1E03FF; }
span { border-color: rgb(30,3,255); }
td.TdClassName
{
border-color: #1E03FF;
}
.TagClassName
{
border-color: #1E03FF;
}
</style>