Shades of Medium Blue #220AD8
Tints of Medium Blue #220AD8
RGB
CMYK
RGB Variations
Color information
#220AD8 (or 0x220AD8) is known color: Medium Blue. HEX triplet: 22, 0A and D8. RGB value is (34,10,216). Sum of RGB (Red+Green+Blue) = 34+10+216=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 216 (84.77% from 255 or 83.08% from 260); Max value from RGB is 216 - color contains mainly: blue. Hex color #220AD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220AD8 is #DDF527. Grayscale: #272727. Windows color (decimal): -14546216 or 14158370. OLE color: 14158370.
HSL color Cylindrical-coordinate representation of color #220AD8: hue angle of 246.99º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220AD8 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 10 | 216 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.15 |
| HSL | 246.99º | 0.91% | 0.44% | - |
| HSV(B) | 246.99º | 0.95% | 0.85% | - |
| XYZ | 13.16 | 5.52 | 65.34 | - |
| YUV | 40.66 | 226.95 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 216 | 0.84 | 0.95 | 0 | 0.15 | 246.99 | 0.91 | 0.44 |
| Hex | 22 | A | D8 | 54 | 5F | 0 | F | F7 | 5B | 2C |
| Octal | 42 | 12 | 330 | 124 | 137 | 0 | 17 | 367 | 133 | 54 |
| Binary | 100010 | 1010 | 11011000 | 1010100 | 1011111 | 0 | 1111 | 11110111 | 1011011 | 101100 |
Color Harmonies of #220AD8
Complementary color
Monochromatic Colors of #220AD8
Black with #220AD8
Text Example
Text Example
White with #220AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220AD8; }
p { color: rgb(34,10,216); }
H1.HeaderClassName
{
color: #220AD8;
}
.AnyTagClassName
{
color: #220AD8;
}
</style>
background-color css
<style>
a { background-color: #220AD8; }
a { background-color: rgb(34,10,216); }
div.DivClassName
{
background-color: #220AD8;
}
.BgClassName
{
background-color: #220AD8;
}
</style>
border-color css
<style>
span { border-color: #220AD8; }
span { border-color: rgb(34,10,216); }
td.TdClassName
{
border-color: #220AD8;
}
.TagClassName
{
border-color: #220AD8;
}
</style>