Shades of Medium Blue #220DCF
Tints of Medium Blue #220DCF
RGB
CMYK
RGB Variations
Color information
#220DCF (or 0x220DCF) is known color: Medium Blue. HEX triplet: 22, 0D and CF. RGB value is (34,13,207). Sum of RGB (Red+Green+Blue) = 34+13+207=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #220DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DCF is #DDF230. Grayscale: #282828. Windows color (decimal): -14545457 or 13569314. OLE color: 13569314.
HSL color Cylindrical-coordinate representation of color #220DCF: hue angle of 246.49º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220DCF is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 13 | 207 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.19 |
| HSL | 246.49º | 0.88% | 0.43% | - |
| HSV(B) | 246.49º | 0.94% | 0.81% | - |
| XYZ | 12.07 | 5.13 | 59.39 | - |
| YUV | 41.4 | 221.46 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 207 | 0.84 | 0.94 | 0 | 0.19 | 246.49 | 0.88 | 0.43 |
| Hex | 22 | D | CF | 54 | 5E | 0 | 13 | F6 | 58 | 2B |
| Octal | 42 | 15 | 317 | 124 | 136 | 0 | 23 | 366 | 130 | 53 |
| Binary | 100010 | 1101 | 11001111 | 1010100 | 1011110 | 0 | 10011 | 11110110 | 1011000 | 101011 |
Color Harmonies of #220DCF
Complementary color
Monochromatic Colors of #220DCF
Black with #220DCF
Text Example
Text Example
White with #220DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DCF; }
p { color: rgb(34,13,207); }
H1.HeaderClassName
{
color: #220DCF;
}
.AnyTagClassName
{
color: #220DCF;
}
</style>
background-color css
<style>
a { background-color: #220DCF; }
a { background-color: rgb(34,13,207); }
div.DivClassName
{
background-color: #220DCF;
}
.BgClassName
{
background-color: #220DCF;
}
</style>
border-color css
<style>
span { border-color: #220DCF; }
span { border-color: rgb(34,13,207); }
td.TdClassName
{
border-color: #220DCF;
}
.TagClassName
{
border-color: #220DCF;
}
</style>