Shades of Medium Blue #0B20CD
Tints of Medium Blue #0B20CD
RGB
CMYK
RGB Variations
Color information
#0B20CD (or 0x0B20CD) is known color: Medium Blue. HEX triplet: 0B, 20 and CD. RGB value is (11,32,205). Sum of RGB (Red+Green+Blue) = 11+32+205=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B20CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B20CD is #F4DF32. Grayscale: #2C2C2C. Windows color (decimal): -16047923 or 13443083. OLE color: 13443083.
HSL color Cylindrical-coordinate representation of color #0B20CD: hue angle of 233.51º degrees, saturation: 0.9, 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 #0B20CD is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 32 | 205 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.20 |
| HSL | 233.51º | 0.9% | 0.42% | - |
| HSV(B) | 233.51º | 0.95% | 0.8% | - |
| XYZ | 11.67 | 5.51 | 58.21 | - |
| YUV | 45.44 | 218.04 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 205 | 0.95 | 0.84 | 0 | 0.20 | 233.51 | 0.9 | 0.42 |
| Hex | B | 20 | CD | 5F | 54 | 0 | 14 | EA | 5A | 2A |
| Octal | 13 | 40 | 315 | 137 | 124 | 0 | 24 | 352 | 132 | 52 |
| Binary | 1011 | 100000 | 11001101 | 1011111 | 1010100 | 0 | 10100 | 11101010 | 1011010 | 101010 |
Color Harmonies of #0B20CD
Complementary color
Monochromatic Colors of #0B20CD
Black with #0B20CD
Text Example
Text Example
White with #0B20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B20CD; }
p { color: rgb(11,32,205); }
H1.HeaderClassName
{
color: #0B20CD;
}
.AnyTagClassName
{
color: #0B20CD;
}
</style>
background-color css
<style>
a { background-color: #0B20CD; }
a { background-color: rgb(11,32,205); }
div.DivClassName
{
background-color: #0B20CD;
}
.BgClassName
{
background-color: #0B20CD;
}
</style>
border-color css
<style>
span { border-color: #0B20CD; }
span { border-color: rgb(11,32,205); }
td.TdClassName
{
border-color: #0B20CD;
}
.TagClassName
{
border-color: #0B20CD;
}
</style>