Shades of Medium Blue #0914DD
Tints of Medium Blue #0914DD
RGB
CMYK
RGB Variations
Color information
#0914DD (or 0x0914DD) is known color: Medium Blue. HEX triplet: 09, 14 and DD. RGB value is (9,20,221). Sum of RGB (Red+Green+Blue) = 9+20+221=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #0914DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914DD is #F6EB22. Grayscale: #262626. Windows color (decimal): -16182051 or 14488585. OLE color: 14488585.
HSL color Cylindrical-coordinate representation of color #0914DD: hue angle of 236.89º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914DD is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 20 | 221 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.13 |
| HSL | 236.89º | 0.92% | 0.45% | - |
| HSV(B) | 236.89º | 0.96% | 0.87% | - |
| XYZ | 13.41 | 5.78 | 68.82 | - |
| YUV | 39.63 | 230.36 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 221 | 0.96 | 0.91 | 0 | 0.13 | 236.89 | 0.92 | 0.45 |
| Hex | 9 | 14 | DD | 60 | 5B | 0 | D | ED | 5C | 2D |
| Octal | 11 | 24 | 335 | 140 | 133 | 0 | 15 | 355 | 134 | 55 |
| Binary | 1001 | 10100 | 11011101 | 1100000 | 1011011 | 0 | 1101 | 11101101 | 1011100 | 101101 |
Color Harmonies of #0914DD
Complementary color
Monochromatic Colors of #0914DD
Black with #0914DD
Text Example
Text Example
White with #0914DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914DD; }
p { color: rgb(9,20,221); }
H1.HeaderClassName
{
color: #0914DD;
}
.AnyTagClassName
{
color: #0914DD;
}
</style>
background-color css
<style>
a { background-color: #0914DD; }
a { background-color: rgb(9,20,221); }
div.DivClassName
{
background-color: #0914DD;
}
.BgClassName
{
background-color: #0914DD;
}
</style>
border-color css
<style>
span { border-color: #0914DD; }
span { border-color: rgb(9,20,221); }
td.TdClassName
{
border-color: #0914DD;
}
.TagClassName
{
border-color: #0914DD;
}
</style>