Shades of Blue #1E09FF
Tints of Blue #1E09FF
RGB
CMYK
RGB Variations
Color information
#1E09FF (or 0x1E09FF) is known color: Blue. HEX triplet: 1E, 09 and FF. RGB value is (30,9,255). Sum of RGB (Red+Green+Blue) = 30+9+255=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E09FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E09FF is #E1F600. Grayscale: #2A2A2A. Windows color (decimal): -14808577 or 16714014. OLE color: 16714014.
HSL color Cylindrical-coordinate representation of color #1E09FF: hue angle of 245.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E09FF is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 9 | 255 | - |
| CMYK | 0.88 | 0.96 | 0 | 0 |
| HSL | 245.12º | 1% | 0.52% | - |
| HSV(B) | 245.12º | 0.96% | 1% | - |
| XYZ | 18.68 | 7.69 | 95.11 | - |
| YUV | 43.32 | 247.46 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 255 | 0.88 | 0.96 | 0 | 0 | 245.12 | 1 | 0.52 |
| Hex | 1E | 9 | FF | 58 | 60 | 0 | 0 | F5 | 64 | 34 |
| Octal | 36 | 11 | 377 | 130 | 140 | 0 | 0 | 365 | 144 | 64 |
| Binary | 11110 | 1001 | 11111111 | 1011000 | 1100000 | 0 | 0 | 11110101 | 1100100 | 110100 |
Color Harmonies of #1E09FF
Complementary color
Monochromatic Colors of #1E09FF
Black with #1E09FF
Text Example
Text Example
White with #1E09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E09FF; }
p { color: rgb(30,9,255); }
H1.HeaderClassName
{
color: #1E09FF;
}
.AnyTagClassName
{
color: #1E09FF;
}
</style>
background-color css
<style>
a { background-color: #1E09FF; }
a { background-color: rgb(30,9,255); }
div.DivClassName
{
background-color: #1E09FF;
}
.BgClassName
{
background-color: #1E09FF;
}
</style>
border-color css
<style>
span { border-color: #1E09FF; }
span { border-color: rgb(30,9,255); }
td.TdClassName
{
border-color: #1E09FF;
}
.TagClassName
{
border-color: #1E09FF;
}
</style>