Shades of Medium Blue #0920DD
Tints of Medium Blue #0920DD
RGB
CMYK
RGB Variations
Color information
#0920DD (or 0x0920DD) is known color: Medium Blue. HEX triplet: 09, 20 and DD. RGB value is (9,32,221). Sum of RGB (Red+Green+Blue) = 9+32+221=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #0920DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920DD is #F6DF22. Grayscale: #2D2D2D. Windows color (decimal): -16178979 or 14491657. OLE color: 14491657.
HSL color Cylindrical-coordinate representation of color #0920DD: hue angle of 233.49º 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 #0920DD is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 32 | 221 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.13 |
| HSL | 233.49º | 0.92% | 0.45% | - |
| HSV(B) | 233.49º | 0.96% | 0.87% | - |
| XYZ | 13.68 | 6.31 | 68.9 | - |
| YUV | 46.67 | 226.38 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 221 | 0.96 | 0.86 | 0 | 0.13 | 233.49 | 0.92 | 0.45 |
| Hex | 9 | 20 | DD | 60 | 56 | 0 | D | E9 | 5C | 2D |
| Octal | 11 | 40 | 335 | 140 | 126 | 0 | 15 | 351 | 134 | 55 |
| Binary | 1001 | 100000 | 11011101 | 1100000 | 1010110 | 0 | 1101 | 11101001 | 1011100 | 101101 |
Color Harmonies of #0920DD
Complementary color
Monochromatic Colors of #0920DD
Black with #0920DD
Text Example
Text Example
White with #0920DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0920DD; }
p { color: rgb(9,32,221); }
H1.HeaderClassName
{
color: #0920DD;
}
.AnyTagClassName
{
color: #0920DD;
}
</style>
background-color css
<style>
a { background-color: #0920DD; }
a { background-color: rgb(9,32,221); }
div.DivClassName
{
background-color: #0920DD;
}
.BgClassName
{
background-color: #0920DD;
}
</style>
border-color css
<style>
span { border-color: #0920DD; }
span { border-color: rgb(9,32,221); }
td.TdClassName
{
border-color: #0920DD;
}
.TagClassName
{
border-color: #0920DD;
}
</style>