Shades of Blue #0014EF
Tints of Blue #0014EF
RGB
CMYK
RGB Variations
Color information
#0014EF (or 0x0014EF) is known color: Blue. HEX triplet: 00, 14 and EF. RGB value is (0,20,239). Sum of RGB (Red+Green+Blue) = 0+20+239=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 239 (93.75% from 255 or 92.28% from 259); Max value from RGB is 239 - color contains mainly: blue. Hex color #0014EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0014EF is #FFEB10. Grayscale: #262626. Windows color (decimal): -16771857 or 15668224. OLE color: 15668224.
HSL color Cylindrical-coordinate representation of color #0014EF: hue angle of 234.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014EF is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 20 | 239 | - |
| CMYK | 1 | 0.92 | 0 | 0.06 |
| HSL | 234.98º | 1% | 0.47% | - |
| HSV(B) | 234.98º | 1% | 0.94% | - |
| XYZ | 15.83 | 6.73 | 82.13 | - |
| YUV | 38.99 | 240.87 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 239 | 1 | 0.92 | 0 | 0.06 | 234.98 | 1 | 0.47 |
| Hex | 0 | 14 | EF | 64 | 5C | 0 | 6 | EB | 64 | 2F |
| Octal | 0 | 24 | 357 | 144 | 134 | 0 | 6 | 353 | 144 | 57 |
| Binary | 0 | 10100 | 11101111 | 1100100 | 1011100 | 0 | 110 | 11101011 | 1100100 | 101111 |
Color Harmonies of #0014EF
Complementary color
Monochromatic Colors of #0014EF
Black with #0014EF
Text Example
Text Example
White with #0014EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014EF; }
p { color: rgb(0,20,239); }
H1.HeaderClassName
{
color: #0014EF;
}
.AnyTagClassName
{
color: #0014EF;
}
</style>
background-color css
<style>
a { background-color: #0014EF; }
a { background-color: rgb(0,20,239); }
div.DivClassName
{
background-color: #0014EF;
}
.BgClassName
{
background-color: #0014EF;
}
</style>
border-color css
<style>
span { border-color: #0014EF; }
span { border-color: rgb(0,20,239); }
td.TdClassName
{
border-color: #0014EF;
}
.TagClassName
{
border-color: #0014EF;
}
</style>