Shades of Medium Blue #0009DD
Tints of Medium Blue #0009DD
RGB
CMYK
RGB Variations
Color information
#0009DD (or 0x0009DD) is known color: Medium Blue. HEX triplet: 00, 09 and DD. RGB value is (0,9,221). Sum of RGB (Red+Green+Blue) = 0+9+221=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 221 (86.72% from 255 or 96.09% from 230); Max value from RGB is 221 - color contains mainly: blue. Hex color #0009DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009DD is #FFF622. Grayscale: #1D1D1D. Windows color (decimal): -16774691 or 14485760. OLE color: 14485760.
HSL color Cylindrical-coordinate representation of color #0009DD: hue angle of 237.56º 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 #0009DD is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 9 | 221 | - |
| CMYK | 1 | 0.96 | 0 | 0.13 |
| HSL | 237.56º | 1% | 0.43% | - |
| HSV(B) | 237.56º | 1% | 0.87% | - |
| XYZ | 13.15 | 5.42 | 68.76 | - |
| YUV | 30.48 | 235.52 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 221 | 1 | 0.96 | 0 | 0.13 | 237.56 | 1 | 0.43 |
| Hex | 0 | 9 | DD | 64 | 60 | 0 | D | EE | 64 | 2B |
| Octal | 0 | 11 | 335 | 144 | 140 | 0 | 15 | 356 | 144 | 53 |
| Binary | 0 | 1001 | 11011101 | 1100100 | 1100000 | 0 | 1101 | 11101110 | 1100100 | 101011 |
Color Harmonies of #0009DD
Complementary color
Monochromatic Colors of #0009DD
Black with #0009DD
Text Example
Text Example
White with #0009DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0009DD; }
p { color: rgb(0,9,221); }
H1.HeaderClassName
{
color: #0009DD;
}
.AnyTagClassName
{
color: #0009DD;
}
</style>
background-color css
<style>
a { background-color: #0009DD; }
a { background-color: rgb(0,9,221); }
div.DivClassName
{
background-color: #0009DD;
}
.BgClassName
{
background-color: #0009DD;
}
</style>
border-color css
<style>
span { border-color: #0009DD; }
span { border-color: rgb(0,9,221); }
td.TdClassName
{
border-color: #0009DD;
}
.TagClassName
{
border-color: #0009DD;
}
</style>