Shades of Blue #010EEF
Tints of Blue #010EEF
RGB
CMYK
RGB Variations
Color information
#010EEF (or 0x010EEF) is known color: Blue. HEX triplet: 01, 0E and EF. RGB value is (1,14,239). Sum of RGB (Red+Green+Blue) = 1+14+239=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 239 (93.75% from 255 or 94.09% from 254); Max value from RGB is 239 - color contains mainly: blue. Hex color #010EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EEF is #FEF110. Grayscale: #222222. Windows color (decimal): -16707857 or 15666689. OLE color: 15666689.
HSL color Cylindrical-coordinate representation of color #010EEF: hue angle of 236.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EEF is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 14 | 239 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.06 |
| HSL | 236.72º | 0.99% | 0.47% | - |
| HSV(B) | 236.72º | 1% | 0.94% | - |
| XYZ | 15.75 | 6.55 | 82.1 | - |
| YUV | 35.76 | 242.69 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 239 | 1.00 | 0.94 | 0 | 0.06 | 236.72 | 0.99 | 0.47 |
| Hex | 1 | E | EF | 64 | 5E | 0 | 6 | ED | 63 | 2F |
| Octal | 1 | 16 | 357 | 144 | 136 | 0 | 6 | 355 | 143 | 57 |
| Binary | 1 | 1110 | 11101111 | 1100100 | 1011110 | 0 | 110 | 11101101 | 1100011 | 101111 |
Color Harmonies of #010EEF
Complementary color
Monochromatic Colors of #010EEF
Black with #010EEF
Text Example
Text Example
White with #010EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EEF; }
p { color: rgb(1,14,239); }
H1.HeaderClassName
{
color: #010EEF;
}
.AnyTagClassName
{
color: #010EEF;
}
</style>
background-color css
<style>
a { background-color: #010EEF; }
a { background-color: rgb(1,14,239); }
div.DivClassName
{
background-color: #010EEF;
}
.BgClassName
{
background-color: #010EEF;
}
</style>
border-color css
<style>
span { border-color: #010EEF; }
span { border-color: rgb(1,14,239); }
td.TdClassName
{
border-color: #010EEF;
}
.TagClassName
{
border-color: #010EEF;
}
</style>