Shades of Medium Blue #0014DC
Tints of Medium Blue #0014DC
RGB
CMYK
RGB Variations
Color information
#0014DC (or 0x0014DC) is known color: Medium Blue. HEX triplet: 00, 14 and DC. RGB value is (0,20,220). Sum of RGB (Red+Green+Blue) = 0+20+220=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 220 (86.33% from 255 or 91.67% from 240); Max value from RGB is 220 - color contains mainly: blue. Hex color #0014DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014DC is #FFEB23. Grayscale: #242424. Windows color (decimal): -16771876 or 14423040. OLE color: 14423040.
HSL color Cylindrical-coordinate representation of color #0014DC: hue angle of 234.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014DC is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 20 | 220 | - |
| CMYK | 1 | 0.91 | 0 | 0.14 |
| HSL | 234.55º | 1% | 0.43% | - |
| HSV(B) | 234.55º | 1% | 0.86% | - |
| XYZ | 13.17 | 5.67 | 68.11 | - |
| YUV | 36.82 | 231.37 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 220 | 1 | 0.91 | 0 | 0.14 | 234.55 | 1 | 0.43 |
| Hex | 0 | 14 | DC | 64 | 5B | 0 | E | EB | 64 | 2B |
| Octal | 0 | 24 | 334 | 144 | 133 | 0 | 16 | 353 | 144 | 53 |
| Binary | 0 | 10100 | 11011100 | 1100100 | 1011011 | 0 | 1110 | 11101011 | 1100100 | 101011 |
Color Harmonies of #0014DC
Complementary color
Monochromatic Colors of #0014DC
Black with #0014DC
Text Example
Text Example
White with #0014DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014DC; }
p { color: rgb(0,20,220); }
H1.HeaderClassName
{
color: #0014DC;
}
.AnyTagClassName
{
color: #0014DC;
}
</style>
background-color css
<style>
a { background-color: #0014DC; }
a { background-color: rgb(0,20,220); }
div.DivClassName
{
background-color: #0014DC;
}
.BgClassName
{
background-color: #0014DC;
}
</style>
border-color css
<style>
span { border-color: #0014DC; }
span { border-color: rgb(0,20,220); }
td.TdClassName
{
border-color: #0014DC;
}
.TagClassName
{
border-color: #0014DC;
}
</style>