Shades of Medium Blue #0014DE
Tints of Medium Blue #0014DE
RGB
CMYK
RGB Variations
Color information
#0014DE (or 0x0014DE) is known color: Medium Blue. HEX triplet: 00, 14 and DE. RGB value is (0,20,222). Sum of RGB (Red+Green+Blue) = 0+20+222=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 222 (87.11% from 255 or 91.74% from 242); Max value from RGB is 222 - color contains mainly: blue. Hex color #0014DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014DE is #FFEB21. Grayscale: #242424. Windows color (decimal): -16771874 or 14554112. OLE color: 14554112.
HSL color Cylindrical-coordinate representation of color #0014DE: hue angle of 234.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014DE is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 20 | 222 | - |
| CMYK | 1 | 0.91 | 0 | 0.13 |
| HSL | 234.59º | 1% | 0.44% | - |
| HSV(B) | 234.59º | 1% | 0.87% | - |
| XYZ | 13.43 | 5.77 | 69.51 | - |
| YUV | 37.05 | 232.37 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 222 | 1 | 0.91 | 0 | 0.13 | 234.59 | 1 | 0.44 |
| Hex | 0 | 14 | DE | 64 | 5B | 0 | D | EB | 64 | 2C |
| Octal | 0 | 24 | 336 | 144 | 133 | 0 | 15 | 353 | 144 | 54 |
| Binary | 0 | 10100 | 11011110 | 1100100 | 1011011 | 0 | 1101 | 11101011 | 1100100 | 101100 |
Color Harmonies of #0014DE
Complementary color
Monochromatic Colors of #0014DE
Black with #0014DE
Text Example
Text Example
White with #0014DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014DE; }
p { color: rgb(0,20,222); }
H1.HeaderClassName
{
color: #0014DE;
}
.AnyTagClassName
{
color: #0014DE;
}
</style>
background-color css
<style>
a { background-color: #0014DE; }
a { background-color: rgb(0,20,222); }
div.DivClassName
{
background-color: #0014DE;
}
.BgClassName
{
background-color: #0014DE;
}
</style>
border-color css
<style>
span { border-color: #0014DE; }
span { border-color: rgb(0,20,222); }
td.TdClassName
{
border-color: #0014DE;
}
.TagClassName
{
border-color: #0014DE;
}
</style>