Shades of Blue #0014EE
Tints of Blue #0014EE
RGB
CMYK
RGB Variations
Color information
#0014EE (or 0x0014EE) is known color: Blue. HEX triplet: 00, 14 and EE. RGB value is (0,20,238). Sum of RGB (Red+Green+Blue) = 0+20+238=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 238 (93.36% from 255 or 92.25% from 258); Max value from RGB is 238 - color contains mainly: blue. Hex color #0014EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0014EE is #FFEB11. Grayscale: #252525. Windows color (decimal): -16771858 or 15602688. OLE color: 15602688.
HSL color Cylindrical-coordinate representation of color #0014EE: hue angle of 234.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014EE is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 20 | 238 | - |
| CMYK | 1 | 0.92 | 0 | 0.07 |
| HSL | 234.96º | 1% | 0.47% | - |
| HSV(B) | 234.96º | 1% | 0.93% | - |
| XYZ | 15.68 | 6.67 | 81.35 | - |
| YUV | 38.87 | 240.37 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 238 | 1 | 0.92 | 0 | 0.07 | 234.96 | 1 | 0.47 |
| Hex | 0 | 14 | EE | 64 | 5C | 0 | 7 | EB | 64 | 2F |
| Octal | 0 | 24 | 356 | 144 | 134 | 0 | 7 | 353 | 144 | 57 |
| Binary | 0 | 10100 | 11101110 | 1100100 | 1011100 | 0 | 111 | 11101011 | 1100100 | 101111 |
Color Harmonies of #0014EE
Complementary color
Monochromatic Colors of #0014EE
Black with #0014EE
Text Example
Text Example
White with #0014EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014EE; }
p { color: rgb(0,20,238); }
H1.HeaderClassName
{
color: #0014EE;
}
.AnyTagClassName
{
color: #0014EE;
}
</style>
background-color css
<style>
a { background-color: #0014EE; }
a { background-color: rgb(0,20,238); }
div.DivClassName
{
background-color: #0014EE;
}
.BgClassName
{
background-color: #0014EE;
}
</style>
border-color css
<style>
span { border-color: #0014EE; }
span { border-color: rgb(0,20,238); }
td.TdClassName
{
border-color: #0014EE;
}
.TagClassName
{
border-color: #0014EE;
}
</style>