Shades of Blue #1E04FD
Tints of Blue #1E04FD
RGB
CMYK
RGB Variations
Color information
#1E04FD (or 0x1E04FD) is known color: Blue. HEX triplet: 1E, 04 and FD. RGB value is (30,4,253). Sum of RGB (Red+Green+Blue) = 30+4+253=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 253 (99.22% from 255 or 88.15% from 287); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E04FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E04FD is #E1FB02. Grayscale: #272727. Windows color (decimal): -14809859 or 16581662. OLE color: 16581662.
HSL color Cylindrical-coordinate representation of color #1E04FD: hue angle of 246.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E04FD is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 4 | 253 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.01 |
| HSL | 246.27º | 0.98% | 0.5% | - |
| HSV(B) | 246.27º | 0.98% | 0.99% | - |
| XYZ | 18.31 | 7.45 | 93.4 | - |
| YUV | 40.16 | 248.11 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 253 | 0.88 | 0.98 | 0 | 0.01 | 246.27 | 0.98 | 0.5 |
| Hex | 1E | 4 | FD | 58 | 62 | 0 | 1 | F6 | 62 | 32 |
| Octal | 36 | 4 | 375 | 130 | 142 | 0 | 1 | 366 | 142 | 62 |
| Binary | 11110 | 100 | 11111101 | 1011000 | 1100010 | 0 | 1 | 11110110 | 1100010 | 110010 |
Color Harmonies of #1E04FD
Complementary color
Monochromatic Colors of #1E04FD
Black with #1E04FD
Text Example
Text Example
White with #1E04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E04FD; }
p { color: rgb(30,4,253); }
H1.HeaderClassName
{
color: #1E04FD;
}
.AnyTagClassName
{
color: #1E04FD;
}
</style>
background-color css
<style>
a { background-color: #1E04FD; }
a { background-color: rgb(30,4,253); }
div.DivClassName
{
background-color: #1E04FD;
}
.BgClassName
{
background-color: #1E04FD;
}
</style>
border-color css
<style>
span { border-color: #1E04FD; }
span { border-color: rgb(30,4,253); }
td.TdClassName
{
border-color: #1E04FD;
}
.TagClassName
{
border-color: #1E04FD;
}
</style>