Shades of Medium Blue #0914DC
Tints of Medium Blue #0914DC
RGB
CMYK
RGB Variations
Color information
#0914DC (or 0x0914DC) is known color: Medium Blue. HEX triplet: 09, 14 and DC. RGB value is (9,20,220). Sum of RGB (Red+Green+Blue) = 9+20+220=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 220 (86.33% from 255 or 88.35% from 249); Max value from RGB is 220 - color contains mainly: blue. Hex color #0914DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914DC is #F6EB23. Grayscale: #262626. Windows color (decimal): -16182052 or 14423049. OLE color: 14423049.
HSL color Cylindrical-coordinate representation of color #0914DC: hue angle of 236.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914DC is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 20 | 220 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.14 |
| HSL | 236.87º | 0.92% | 0.45% | - |
| HSV(B) | 236.87º | 0.96% | 0.86% | - |
| XYZ | 13.28 | 5.73 | 68.12 | - |
| YUV | 39.51 | 229.86 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 220 | 0.96 | 0.91 | 0 | 0.14 | 236.87 | 0.92 | 0.45 |
| Hex | 9 | 14 | DC | 60 | 5B | 0 | E | ED | 5C | 2D |
| Octal | 11 | 24 | 334 | 140 | 133 | 0 | 16 | 355 | 134 | 55 |
| Binary | 1001 | 10100 | 11011100 | 1100000 | 1011011 | 0 | 1110 | 11101101 | 1011100 | 101101 |
Color Harmonies of #0914DC
Complementary color
Monochromatic Colors of #0914DC
Black with #0914DC
Text Example
Text Example
White with #0914DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914DC; }
p { color: rgb(9,20,220); }
H1.HeaderClassName
{
color: #0914DC;
}
.AnyTagClassName
{
color: #0914DC;
}
</style>
background-color css
<style>
a { background-color: #0914DC; }
a { background-color: rgb(9,20,220); }
div.DivClassName
{
background-color: #0914DC;
}
.BgClassName
{
background-color: #0914DC;
}
</style>
border-color css
<style>
span { border-color: #0914DC; }
span { border-color: rgb(9,20,220); }
td.TdClassName
{
border-color: #0914DC;
}
.TagClassName
{
border-color: #0914DC;
}
</style>