Shades of Medium Blue #0920CD
Tints of Medium Blue #0920CD
RGB
CMYK
RGB Variations
Color information
#0920CD (or 0x0920CD) is known color: Medium Blue. HEX triplet: 09, 20 and CD. RGB value is (9,32,205). Sum of RGB (Red+Green+Blue) = 9+32+205=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 205 (80.47% from 255 or 83.33% from 246); Max value from RGB is 205 - color contains mainly: blue. Hex color #0920CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920CD is #F6DF32. Grayscale: #2C2C2C. Windows color (decimal): -16178995 or 13443081. OLE color: 13443081.
HSL color Cylindrical-coordinate representation of color #0920CD: hue angle of 232.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0920CD is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 32 | 205 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.20 |
| HSL | 232.96º | 0.92% | 0.42% | - |
| HSV(B) | 232.96º | 0.96% | 0.8% | - |
| XYZ | 11.65 | 5.5 | 58.21 | - |
| YUV | 44.85 | 218.38 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 205 | 0.96 | 0.84 | 0 | 0.20 | 232.96 | 0.92 | 0.42 |
| Hex | 9 | 20 | CD | 60 | 54 | 0 | 14 | E9 | 5C | 2A |
| Octal | 11 | 40 | 315 | 140 | 124 | 0 | 24 | 351 | 134 | 52 |
| Binary | 1001 | 100000 | 11001101 | 1100000 | 1010100 | 0 | 10100 | 11101001 | 1011100 | 101010 |
Color Harmonies of #0920CD
Complementary color
Monochromatic Colors of #0920CD
Black with #0920CD
Text Example
Text Example
White with #0920CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0920CD; }
p { color: rgb(9,32,205); }
H1.HeaderClassName
{
color: #0920CD;
}
.AnyTagClassName
{
color: #0920CD;
}
</style>
background-color css
<style>
a { background-color: #0920CD; }
a { background-color: rgb(9,32,205); }
div.DivClassName
{
background-color: #0920CD;
}
.BgClassName
{
background-color: #0920CD;
}
</style>
border-color css
<style>
span { border-color: #0920CD; }
span { border-color: rgb(9,32,205); }
td.TdClassName
{
border-color: #0920CD;
}
.TagClassName
{
border-color: #0920CD;
}
</style>