Shades of Medium Blue #220BDD
Tints of Medium Blue #220BDD
RGB
CMYK
RGB Variations
Color information
#220BDD (or 0x220BDD) is known color: Medium Blue. HEX triplet: 22, 0B and DD. RGB value is (34,11,221). Sum of RGB (Red+Green+Blue) = 34+11+221=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #220BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BDD is #DDF422. Grayscale: #292929. Windows color (decimal): -14545955 or 14486306. OLE color: 14486306.
HSL color Cylindrical-coordinate representation of color #220BDD: hue angle of 246.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220BDD is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 11 | 221 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.13 |
| HSL | 246.57º | 0.91% | 0.45% | - |
| HSV(B) | 246.57º | 0.95% | 0.87% | - |
| XYZ | 13.83 | 5.8 | 68.8 | - |
| YUV | 41.82 | 229.12 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 221 | 0.85 | 0.95 | 0 | 0.13 | 246.57 | 0.91 | 0.45 |
| Hex | 22 | B | DD | 55 | 5F | 0 | D | F7 | 5B | 2D |
| Octal | 42 | 13 | 335 | 125 | 137 | 0 | 15 | 367 | 133 | 55 |
| Binary | 100010 | 1011 | 11011101 | 1010101 | 1011111 | 0 | 1101 | 11110111 | 1011011 | 101101 |
Color Harmonies of #220BDD
Complementary color
Monochromatic Colors of #220BDD
Black with #220BDD
Text Example
Text Example
White with #220BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BDD; }
p { color: rgb(34,11,221); }
H1.HeaderClassName
{
color: #220BDD;
}
.AnyTagClassName
{
color: #220BDD;
}
</style>
background-color css
<style>
a { background-color: #220BDD; }
a { background-color: rgb(34,11,221); }
div.DivClassName
{
background-color: #220BDD;
}
.BgClassName
{
background-color: #220BDD;
}
</style>
border-color css
<style>
span { border-color: #220BDD; }
span { border-color: rgb(34,11,221); }
td.TdClassName
{
border-color: #220BDD;
}
.TagClassName
{
border-color: #220BDD;
}
</style>