Shades of Medium Blue #000CD4
Tints of Medium Blue #000CD4
RGB
CMYK
RGB Variations
Color information
#000CD4 (or 0x000CD4) is known color: Medium Blue. HEX triplet: 00, 0C and D4. RGB value is (0,12,212). Sum of RGB (Red+Green+Blue) = 0+12+212=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 212 (83.20% from 255 or 94.64% from 224); Max value from RGB is 212 - color contains mainly: blue. Hex color #000CD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CD4 is #FFF32B. Grayscale: #1E1E1E. Windows color (decimal): -16773932 or 13896704. OLE color: 13896704.
HSL color Cylindrical-coordinate representation of color #000CD4: hue angle of 236.6º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CD4 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 12 | 212 | - |
| CMYK | 1 | 0.94 | 0 | 0.17 |
| HSL | 236.6º | 1% | 0.42% | - |
| HSV(B) | 236.6º | 1% | 0.83% | - |
| XYZ | 12.02 | 5.02 | 62.62 | - |
| YUV | 31.21 | 230.02 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 212 | 1 | 0.94 | 0 | 0.17 | 236.6 | 1 | 0.42 |
| Hex | 0 | C | D4 | 64 | 5E | 0 | 11 | ED | 64 | 2A |
| Octal | 0 | 14 | 324 | 144 | 136 | 0 | 21 | 355 | 144 | 52 |
| Binary | 0 | 1100 | 11010100 | 1100100 | 1011110 | 0 | 10001 | 11101101 | 1100100 | 101010 |
Color Harmonies of #000CD4
Complementary color
Monochromatic Colors of #000CD4
Black with #000CD4
Text Example
Text Example
White with #000CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CD4; }
p { color: rgb(0,12,212); }
H1.HeaderClassName
{
color: #000CD4;
}
.AnyTagClassName
{
color: #000CD4;
}
</style>
background-color css
<style>
a { background-color: #000CD4; }
a { background-color: rgb(0,12,212); }
div.DivClassName
{
background-color: #000CD4;
}
.BgClassName
{
background-color: #000CD4;
}
</style>
border-color css
<style>
span { border-color: #000CD4; }
span { border-color: rgb(0,12,212); }
td.TdClassName
{
border-color: #000CD4;
}
.TagClassName
{
border-color: #000CD4;
}
</style>