Shades of Medium Blue #0014DD
Tints of Medium Blue #0014DD
RGB
CMYK
RGB Variations
Color information
#0014DD (or 0x0014DD) is known color: Medium Blue. HEX triplet: 00, 14 and DD. RGB value is (0,20,221). Sum of RGB (Red+Green+Blue) = 0+20+221=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 221 (86.72% from 255 or 91.70% from 241); Max value from RGB is 221 - color contains mainly: blue. Hex color #0014DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014DD is #FFEB22. Grayscale: #242424. Windows color (decimal): -16771875 or 14488576. OLE color: 14488576.
HSL color Cylindrical-coordinate representation of color #0014DD: hue angle of 234.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014DD is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 20 | 221 | - |
| CMYK | 1 | 0.91 | 0 | 0.13 |
| HSL | 234.57º | 1% | 0.43% | - |
| HSV(B) | 234.57º | 1% | 0.87% | - |
| XYZ | 13.3 | 5.72 | 68.81 | - |
| YUV | 36.93 | 231.87 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 221 | 1 | 0.91 | 0 | 0.13 | 234.57 | 1 | 0.43 |
| Hex | 0 | 14 | DD | 64 | 5B | 0 | D | EB | 64 | 2B |
| Octal | 0 | 24 | 335 | 144 | 133 | 0 | 15 | 353 | 144 | 53 |
| Binary | 0 | 10100 | 11011101 | 1100100 | 1011011 | 0 | 1101 | 11101011 | 1100100 | 101011 |
Color Harmonies of #0014DD
Complementary color
Monochromatic Colors of #0014DD
Black with #0014DD
Text Example
Text Example
White with #0014DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014DD; }
p { color: rgb(0,20,221); }
H1.HeaderClassName
{
color: #0014DD;
}
.AnyTagClassName
{
color: #0014DD;
}
</style>
background-color css
<style>
a { background-color: #0014DD; }
a { background-color: rgb(0,20,221); }
div.DivClassName
{
background-color: #0014DD;
}
.BgClassName
{
background-color: #0014DD;
}
</style>
border-color css
<style>
span { border-color: #0014DD; }
span { border-color: rgb(0,20,221); }
td.TdClassName
{
border-color: #0014DD;
}
.TagClassName
{
border-color: #0014DD;
}
</style>