Shades of Medium Blue #0C14DD
Tints of Medium Blue #0C14DD
RGB
CMYK
RGB Variations
Color information
#0C14DD (or 0x0C14DD) is known color: Medium Blue. HEX triplet: 0C, 14 and DD. RGB value is (12,20,221). Sum of RGB (Red+Green+Blue) = 12+20+221=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C14DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C14DD is #F3EB22. Grayscale: #272727. Windows color (decimal): -15985443 or 14488588. OLE color: 14488588.
HSL color Cylindrical-coordinate representation of color #0C14DD: hue angle of 237.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C14DD is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 20 | 221 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.13 |
| HSL | 237.7º | 0.9% | 0.46% | - |
| HSV(B) | 237.7º | 0.95% | 0.87% | - |
| XYZ | 13.45 | 5.8 | 68.82 | - |
| YUV | 40.52 | 229.85 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 221 | 0.95 | 0.91 | 0 | 0.13 | 237.7 | 0.9 | 0.46 |
| Hex | C | 14 | DD | 5F | 5B | 0 | D | EE | 5A | 2E |
| Octal | 14 | 24 | 335 | 137 | 133 | 0 | 15 | 356 | 132 | 56 |
| Binary | 1100 | 10100 | 11011101 | 1011111 | 1011011 | 0 | 1101 | 11101110 | 1011010 | 101110 |
Color Harmonies of #0C14DD
Complementary color
Monochromatic Colors of #0C14DD
Black with #0C14DD
Text Example
Text Example
White with #0C14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C14DD; }
p { color: rgb(12,20,221); }
H1.HeaderClassName
{
color: #0C14DD;
}
.AnyTagClassName
{
color: #0C14DD;
}
</style>
background-color css
<style>
a { background-color: #0C14DD; }
a { background-color: rgb(12,20,221); }
div.DivClassName
{
background-color: #0C14DD;
}
.BgClassName
{
background-color: #0C14DD;
}
</style>
border-color css
<style>
span { border-color: #0C14DD; }
span { border-color: rgb(12,20,221); }
td.TdClassName
{
border-color: #0C14DD;
}
.TagClassName
{
border-color: #0C14DD;
}
</style>