Shades of Blue #1E07FE
Tints of Blue #1E07FE
RGB
CMYK
RGB Variations
Color information
#1E07FE (or 0x1E07FE) is known color: Blue. HEX triplet: 1E, 07 and FE. RGB value is (30,7,254). Sum of RGB (Red+Green+Blue) = 30+7+254=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 254 (99.61% from 255 or 87.29% from 291); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E07FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E07FE is #E1F801. Grayscale: #292929. Windows color (decimal): -14809090 or 16647966. OLE color: 16647966.
HSL color Cylindrical-coordinate representation of color #1E07FE: hue angle of 245.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E07FE is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 7 | 254 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.00 |
| HSL | 245.59º | 0.99% | 0.51% | - |
| HSV(B) | 245.59º | 0.97% | 1% | - |
| XYZ | 18.5 | 7.58 | 94.25 | - |
| YUV | 42.04 | 247.62 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 254 | 0.88 | 0.97 | 0 | 0.00 | 245.59 | 0.99 | 0.51 |
| Hex | 1E | 7 | FE | 58 | 61 | 0 | 0 | F6 | 63 | 33 |
| Octal | 36 | 7 | 376 | 130 | 141 | 0 | 0 | 366 | 143 | 63 |
| Binary | 11110 | 111 | 11111110 | 1011000 | 1100001 | 0 | 0 | 11110110 | 1100011 | 110011 |
Color Harmonies of #1E07FE
Complementary color
Monochromatic Colors of #1E07FE
Black with #1E07FE
Text Example
Text Example
White with #1E07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E07FE; }
p { color: rgb(30,7,254); }
H1.HeaderClassName
{
color: #1E07FE;
}
.AnyTagClassName
{
color: #1E07FE;
}
</style>
background-color css
<style>
a { background-color: #1E07FE; }
a { background-color: rgb(30,7,254); }
div.DivClassName
{
background-color: #1E07FE;
}
.BgClassName
{
background-color: #1E07FE;
}
</style>
border-color css
<style>
span { border-color: #1E07FE; }
span { border-color: rgb(30,7,254); }
td.TdClassName
{
border-color: #1E07FE;
}
.TagClassName
{
border-color: #1E07FE;
}
</style>