Shades of Medium Blue #2206CF
Tints of Medium Blue #2206CF
RGB
CMYK
RGB Variations
Color information
#2206CF (or 0x2206CF) is known color: Medium Blue. HEX triplet: 22, 06 and CF. RGB value is (34,6,207). Sum of RGB (Red+Green+Blue) = 34+6+207=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #2206CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2206CF is #DDF930. Grayscale: #242424. Windows color (decimal): -14547249 or 13567522. OLE color: 13567522.
HSL color Cylindrical-coordinate representation of color #2206CF: hue angle of 248.36º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206CF is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 6 | 207 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.19 |
| HSL | 248.36º | 0.94% | 0.42% | - |
| HSV(B) | 248.36º | 0.97% | 0.81% | - |
| XYZ | 11.99 | 4.98 | 59.36 | - |
| YUV | 37.29 | 223.78 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 207 | 0.84 | 0.97 | 0 | 0.19 | 248.36 | 0.94 | 0.42 |
| Hex | 22 | 6 | CF | 54 | 61 | 0 | 13 | F8 | 5E | 2A |
| Octal | 42 | 6 | 317 | 124 | 141 | 0 | 23 | 370 | 136 | 52 |
| Binary | 100010 | 110 | 11001111 | 1010100 | 1100001 | 0 | 10011 | 11111000 | 1011110 | 101010 |
Color Harmonies of #2206CF
Complementary color
Monochromatic Colors of #2206CF
Black with #2206CF
Text Example
Text Example
White with #2206CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2206CF; }
p { color: rgb(34,6,207); }
H1.HeaderClassName
{
color: #2206CF;
}
.AnyTagClassName
{
color: #2206CF;
}
</style>
background-color css
<style>
a { background-color: #2206CF; }
a { background-color: rgb(34,6,207); }
div.DivClassName
{
background-color: #2206CF;
}
.BgClassName
{
background-color: #2206CF;
}
</style>
border-color css
<style>
span { border-color: #2206CF; }
span { border-color: rgb(34,6,207); }
td.TdClassName
{
border-color: #2206CF;
}
.TagClassName
{
border-color: #2206CF;
}
</style>