Shades of Blue #0014EB
Tints of Blue #0014EB
RGB
CMYK
RGB Variations
Color information
#0014EB (or 0x0014EB) is known color: Blue. HEX triplet: 00, 14 and EB. RGB value is (0,20,235). Sum of RGB (Red+Green+Blue) = 0+20+235=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 235 (92.19% from 255 or 92.16% from 255); Max value from RGB is 235 - color contains mainly: blue. Hex color #0014EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0014EB is #FFEB14. Grayscale: #252525. Windows color (decimal): -16771861 or 15406080. OLE color: 15406080.
HSL color Cylindrical-coordinate representation of color #0014EB: hue angle of 234.89º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014EB is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 20 | 235 | - |
| CMYK | 1 | 0.91 | 0 | 0.08 |
| HSL | 234.89º | 1% | 0.46% | - |
| HSV(B) | 234.89º | 1% | 0.92% | - |
| XYZ | 15.25 | 6.5 | 79.05 | - |
| YUV | 38.53 | 238.87 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 235 | 1 | 0.91 | 0 | 0.08 | 234.89 | 1 | 0.46 |
| Hex | 0 | 14 | EB | 64 | 5B | 0 | 8 | EB | 64 | 2E |
| Octal | 0 | 24 | 353 | 144 | 133 | 0 | 10 | 353 | 144 | 56 |
| Binary | 0 | 10100 | 11101011 | 1100100 | 1011011 | 0 | 1000 | 11101011 | 1100100 | 101110 |
Color Harmonies of #0014EB
Complementary color
Monochromatic Colors of #0014EB
Black with #0014EB
Text Example
Text Example
White with #0014EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014EB; }
p { color: rgb(0,20,235); }
H1.HeaderClassName
{
color: #0014EB;
}
.AnyTagClassName
{
color: #0014EB;
}
</style>
background-color css
<style>
a { background-color: #0014EB; }
a { background-color: rgb(0,20,235); }
div.DivClassName
{
background-color: #0014EB;
}
.BgClassName
{
background-color: #0014EB;
}
</style>
border-color css
<style>
span { border-color: #0014EB; }
span { border-color: rgb(0,20,235); }
td.TdClassName
{
border-color: #0014EB;
}
.TagClassName
{
border-color: #0014EB;
}
</style>