Shades of Medium Blue #220CB8
Tints of Medium Blue #220CB8
RGB
CMYK
RGB Variations
Color information
#220CB8 (or 0x220CB8) is known color: Medium Blue. HEX triplet: 22, 0C and B8. RGB value is (34,12,184). Sum of RGB (Red+Green+Blue) = 34+12+184=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 184 (72.27% from 255 or 80% from 230); Max value from RGB is 184 - color contains mainly: blue. Hex color #220CB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CB8 is #DDF347. Grayscale: #252525. Windows color (decimal): -14545736 or 12061730. OLE color: 12061730.
HSL color Cylindrical-coordinate representation of color #220CB8: hue angle of 247.67º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220CB8 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 12 | 184 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.28 |
| HSL | 247.67º | 0.88% | 0.38% | - |
| HSV(B) | 247.67º | 0.93% | 0.72% | - |
| XYZ | 9.44 | 4.06 | 45.63 | - |
| YUV | 38.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 184 | 0.82 | 0.93 | 0 | 0.28 | 247.67 | 0.88 | 0.38 |
| Hex | 22 | C | B8 | 52 | 5D | 0 | 1C | F8 | 58 | 26 |
| Octal | 42 | 14 | 270 | 122 | 135 | 0 | 34 | 370 | 130 | 46 |
| Binary | 100010 | 1100 | 10111000 | 1010010 | 1011101 | 0 | 11100 | 11111000 | 1011000 | 100110 |
Color Harmonies of #220CB8
Complementary color
Monochromatic Colors of #220CB8
Black with #220CB8
Text Example
Text Example
White with #220CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220CB8; }
p { color: rgb(34,12,184); }
H1.HeaderClassName
{
color: #220CB8;
}
.AnyTagClassName
{
color: #220CB8;
}
</style>
background-color css
<style>
a { background-color: #220CB8; }
a { background-color: rgb(34,12,184); }
div.DivClassName
{
background-color: #220CB8;
}
.BgClassName
{
background-color: #220CB8;
}
</style>
border-color css
<style>
span { border-color: #220CB8; }
span { border-color: rgb(34,12,184); }
td.TdClassName
{
border-color: #220CB8;
}
.TagClassName
{
border-color: #220CB8;
}
</style>