Shades of Medium Blue #0A20CD
Tints of Medium Blue #0A20CD
RGB
CMYK
RGB Variations
Color information
#0A20CD (or 0x0A20CD) is known color: Medium Blue. HEX triplet: 0A, 20 and CD. RGB value is (10,32,205). Sum of RGB (Red+Green+Blue) = 10+32+205=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A20CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A20CD is #F5DF32. Grayscale: #2C2C2C. Windows color (decimal): -16113459 or 13443082. OLE color: 13443082.
HSL color Cylindrical-coordinate representation of color #0A20CD: hue angle of 233.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A20CD is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 32 | 205 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.20 |
| HSL | 233.23º | 0.91% | 0.42% | - |
| HSV(B) | 233.23º | 0.95% | 0.8% | - |
| XYZ | 11.66 | 5.51 | 58.21 | - |
| YUV | 45.14 | 218.21 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 205 | 0.95 | 0.84 | 0 | 0.20 | 233.23 | 0.91 | 0.42 |
| Hex | A | 20 | CD | 5F | 54 | 0 | 14 | E9 | 5B | 2A |
| Octal | 12 | 40 | 315 | 137 | 124 | 0 | 24 | 351 | 133 | 52 |
| Binary | 1010 | 100000 | 11001101 | 1011111 | 1010100 | 0 | 10100 | 11101001 | 1011011 | 101010 |
Color Harmonies of #0A20CD
Complementary color
Monochromatic Colors of #0A20CD
Black with #0A20CD
Text Example
Text Example
White with #0A20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A20CD; }
p { color: rgb(10,32,205); }
H1.HeaderClassName
{
color: #0A20CD;
}
.AnyTagClassName
{
color: #0A20CD;
}
</style>
background-color css
<style>
a { background-color: #0A20CD; }
a { background-color: rgb(10,32,205); }
div.DivClassName
{
background-color: #0A20CD;
}
.BgClassName
{
background-color: #0A20CD;
}
</style>
border-color css
<style>
span { border-color: #0A20CD; }
span { border-color: rgb(10,32,205); }
td.TdClassName
{
border-color: #0A20CD;
}
.TagClassName
{
border-color: #0A20CD;
}
</style>