Shades of Blue #000EFE
Tints of Blue #000EFE
RGB
CMYK
RGB Variations
Color information
#000EFE (or 0x000EFE) is known color: Blue. HEX triplet: 00, 0E and FE. RGB value is (0,14,254). Sum of RGB (Red+Green+Blue) = 0+14+254=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 254 (99.61% from 255 or 94.78% from 268); Max value from RGB is 254 - color contains mainly: blue. Hex color #000EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EFE is #FFF101. Grayscale: #242424. Windows color (decimal): -16773378 or 16649728. OLE color: 16649728.
HSL color Cylindrical-coordinate representation of color #000EFE: hue angle of 236.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EFE is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 14 | 254 | - |
| CMYK | 1 | 0.94 | 0 | 0.00 |
| HSL | 236.69º | 1% | 0.5% | - |
| HSV(B) | 236.69º | 1% | 1% | - |
| XYZ | 18.05 | 7.47 | 94.26 | - |
| YUV | 37.17 | 250.36 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 254 | 1 | 0.94 | 0 | 0.00 | 236.69 | 1 | 0.5 |
| Hex | 0 | E | FE | 64 | 5E | 0 | 0 | ED | 64 | 32 |
| Octal | 0 | 16 | 376 | 144 | 136 | 0 | 0 | 355 | 144 | 62 |
| Binary | 0 | 1110 | 11111110 | 1100100 | 1011110 | 0 | 0 | 11101101 | 1100100 | 110010 |
Color Harmonies of #000EFE
Complementary color
Monochromatic Colors of #000EFE
Black with #000EFE
Text Example
Text Example
White with #000EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EFE; }
p { color: rgb(0,14,254); }
H1.HeaderClassName
{
color: #000EFE;
}
.AnyTagClassName
{
color: #000EFE;
}
</style>
background-color css
<style>
a { background-color: #000EFE; }
a { background-color: rgb(0,14,254); }
div.DivClassName
{
background-color: #000EFE;
}
.BgClassName
{
background-color: #000EFE;
}
</style>
border-color css
<style>
span { border-color: #000EFE; }
span { border-color: rgb(0,14,254); }
td.TdClassName
{
border-color: #000EFE;
}
.TagClassName
{
border-color: #000EFE;
}
</style>