Shades of Blue #1E04FE
Tints of Blue #1E04FE
RGB
CMYK
RGB Variations
Color information
#1E04FE (or 0x1E04FE) is known color: Blue. HEX triplet: 1E, 04 and FE. RGB value is (30,4,254). Sum of RGB (Red+Green+Blue) = 30+4+254=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E04FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E04FE is #E1FB01. Grayscale: #272727. Windows color (decimal): -14809858 or 16647198. OLE color: 16647198.
HSL color Cylindrical-coordinate representation of color #1E04FE: hue angle of 246.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E04FE is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 4 | 254 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.00 |
| HSL | 246.24º | 0.99% | 0.51% | - |
| HSV(B) | 246.24º | 0.98% | 1% | - |
| XYZ | 18.47 | 7.52 | 94.24 | - |
| YUV | 40.27 | 248.61 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 254 | 0.88 | 0.98 | 0 | 0.00 | 246.24 | 0.99 | 0.51 |
| Hex | 1E | 4 | FE | 58 | 62 | 0 | 0 | F6 | 63 | 33 |
| Octal | 36 | 4 | 376 | 130 | 142 | 0 | 0 | 366 | 143 | 63 |
| Binary | 11110 | 100 | 11111110 | 1011000 | 1100010 | 0 | 0 | 11110110 | 1100011 | 110011 |
Color Harmonies of #1E04FE
Complementary color
Monochromatic Colors of #1E04FE
Black with #1E04FE
Text Example
Text Example
White with #1E04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E04FE; }
p { color: rgb(30,4,254); }
H1.HeaderClassName
{
color: #1E04FE;
}
.AnyTagClassName
{
color: #1E04FE;
}
</style>
background-color css
<style>
a { background-color: #1E04FE; }
a { background-color: rgb(30,4,254); }
div.DivClassName
{
background-color: #1E04FE;
}
.BgClassName
{
background-color: #1E04FE;
}
</style>
border-color css
<style>
span { border-color: #1E04FE; }
span { border-color: rgb(30,4,254); }
td.TdClassName
{
border-color: #1E04FE;
}
.TagClassName
{
border-color: #1E04FE;
}
</style>