Shades of Medium Blue #220ABF
Tints of Medium Blue #220ABF
RGB
CMYK
RGB Variations
Color information
#220ABF (or 0x220ABF) is known color: Medium Blue. HEX triplet: 22, 0A and BF. RGB value is (34,10,191). Sum of RGB (Red+Green+Blue) = 34+10+191=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #220ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ABF is #DDF540. Grayscale: #252525. Windows color (decimal): -14546241 or 12519970. OLE color: 12519970.
HSL color Cylindrical-coordinate representation of color #220ABF: hue angle of 247.96º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ABF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 10 | 191 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.25 |
| HSL | 247.96º | 0.9% | 0.39% | - |
| HSV(B) | 247.96º | 0.95% | 0.75% | - |
| XYZ | 10.17 | 4.32 | 49.59 | - |
| YUV | 37.81 | 214.45 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 191 | 0.82 | 0.95 | 0 | 0.25 | 247.96 | 0.9 | 0.39 |
| Hex | 22 | A | BF | 52 | 5F | 0 | 19 | F8 | 5A | 27 |
| Octal | 42 | 12 | 277 | 122 | 137 | 0 | 31 | 370 | 132 | 47 |
| Binary | 100010 | 1010 | 10111111 | 1010010 | 1011111 | 0 | 11001 | 11111000 | 1011010 | 100111 |
Color Harmonies of #220ABF
Complementary color
Monochromatic Colors of #220ABF
Black with #220ABF
Text Example
Text Example
White with #220ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220ABF; }
p { color: rgb(34,10,191); }
H1.HeaderClassName
{
color: #220ABF;
}
.AnyTagClassName
{
color: #220ABF;
}
</style>
background-color css
<style>
a { background-color: #220ABF; }
a { background-color: rgb(34,10,191); }
div.DivClassName
{
background-color: #220ABF;
}
.BgClassName
{
background-color: #220ABF;
}
</style>
border-color css
<style>
span { border-color: #220ABF; }
span { border-color: rgb(34,10,191); }
td.TdClassName
{
border-color: #220ABF;
}
.TagClassName
{
border-color: #220ABF;
}
</style>