Shades of Blue #1E06FF
Tints of Blue #1E06FF
RGB
CMYK
RGB Variations
Color information
#1E06FF (or 0x1E06FF) is known color: Blue. HEX triplet: 1E, 06 and FF. RGB value is (30,6,255). Sum of RGB (Red+Green+Blue) = 30+6+255=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E06FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E06FF is #E1F900. Grayscale: #282828. Windows color (decimal): -14809345 or 16713246. OLE color: 16713246.
HSL color Cylindrical-coordinate representation of color #1E06FF: hue angle of 245.78º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E06FF is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 6 | 255 | - |
| CMYK | 0.88 | 0.98 | 0 | 0 |
| HSL | 245.78º | 1% | 0.51% | - |
| HSV(B) | 245.78º | 0.98% | 1% | - |
| XYZ | 18.65 | 7.63 | 95.1 | - |
| YUV | 41.56 | 248.45 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 255 | 0.88 | 0.98 | 0 | 0 | 245.78 | 1 | 0.51 |
| Hex | 1E | 6 | FF | 58 | 62 | 0 | 0 | F6 | 64 | 33 |
| Octal | 36 | 6 | 377 | 130 | 142 | 0 | 0 | 366 | 144 | 63 |
| Binary | 11110 | 110 | 11111111 | 1011000 | 1100010 | 0 | 0 | 11110110 | 1100100 | 110011 |
Color Harmonies of #1E06FF
Complementary color
Monochromatic Colors of #1E06FF
Black with #1E06FF
Text Example
Text Example
White with #1E06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E06FF; }
p { color: rgb(30,6,255); }
H1.HeaderClassName
{
color: #1E06FF;
}
.AnyTagClassName
{
color: #1E06FF;
}
</style>
background-color css
<style>
a { background-color: #1E06FF; }
a { background-color: rgb(30,6,255); }
div.DivClassName
{
background-color: #1E06FF;
}
.BgClassName
{
background-color: #1E06FF;
}
</style>
border-color css
<style>
span { border-color: #1E06FF; }
span { border-color: rgb(30,6,255); }
td.TdClassName
{
border-color: #1E06FF;
}
.TagClassName
{
border-color: #1E06FF;
}
</style>