Shades of Blue #0E07FF
Tints of Blue #0E07FF
RGB
CMYK
RGB Variations
Color information
#0E07FF (or 0x0E07FF) is known color: Blue. HEX triplet: 0E, 07 and FF. RGB value is (14,7,255). Sum of RGB (Red+Green+Blue) = 14+7+255=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 255 (100% from 255 or 92.39% from 276); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E07FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E07FF is #F1F800. Grayscale: #242424. Windows color (decimal): -15857665 or 16713486. OLE color: 16713486.
HSL color Cylindrical-coordinate representation of color #0E07FF: hue angle of 241.69º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E07FF is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 7 | 255 | - |
| CMYK | 0.95 | 0.97 | 0 | 0 |
| HSL | 241.69º | 1% | 0.51% | - |
| HSV(B) | 241.69º | 0.97% | 1% | - |
| XYZ | 18.31 | 7.47 | 95.08 | - |
| YUV | 37.37 | 250.82 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 255 | 0.95 | 0.97 | 0 | 0 | 241.69 | 1 | 0.51 |
| Hex | E | 7 | FF | 5F | 61 | 0 | 0 | F2 | 64 | 33 |
| Octal | 16 | 7 | 377 | 137 | 141 | 0 | 0 | 362 | 144 | 63 |
| Binary | 1110 | 111 | 11111111 | 1011111 | 1100001 | 0 | 0 | 11110010 | 1100100 | 110011 |
Color Harmonies of #0E07FF
Complementary color
Monochromatic Colors of #0E07FF
Black with #0E07FF
Text Example
Text Example
White with #0E07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E07FF; }
p { color: rgb(14,7,255); }
H1.HeaderClassName
{
color: #0E07FF;
}
.AnyTagClassName
{
color: #0E07FF;
}
</style>
background-color css
<style>
a { background-color: #0E07FF; }
a { background-color: rgb(14,7,255); }
div.DivClassName
{
background-color: #0E07FF;
}
.BgClassName
{
background-color: #0E07FF;
}
</style>
border-color css
<style>
span { border-color: #0E07FF; }
span { border-color: rgb(14,7,255); }
td.TdClassName
{
border-color: #0E07FF;
}
.TagClassName
{
border-color: #0E07FF;
}
</style>