Shades of Medium Blue #220FCF
Tints of Medium Blue #220FCF
RGB
CMYK
RGB Variations
Color information
#220FCF (or 0x220FCF) is known color: Medium Blue. HEX triplet: 22, 0F and CF. RGB value is (34,15,207). Sum of RGB (Red+Green+Blue) = 34+15+207=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #220FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FCF is #DDF030. Grayscale: #292929. Windows color (decimal): -14544945 or 13569826. OLE color: 13569826.
HSL color Cylindrical-coordinate representation of color #220FCF: hue angle of 245.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220FCF is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 15 | 207 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.19 |
| HSL | 245.94º | 0.86% | 0.44% | - |
| HSV(B) | 245.94º | 0.93% | 0.81% | - |
| XYZ | 12.09 | 5.19 | 59.4 | - |
| YUV | 42.57 | 220.79 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 207 | 0.84 | 0.93 | 0 | 0.19 | 245.94 | 0.86 | 0.44 |
| Hex | 22 | F | CF | 54 | 5D | 0 | 13 | F6 | 56 | 2C |
| Octal | 42 | 17 | 317 | 124 | 135 | 0 | 23 | 366 | 126 | 54 |
| Binary | 100010 | 1111 | 11001111 | 1010100 | 1011101 | 0 | 10011 | 11110110 | 1010110 | 101100 |
Color Harmonies of #220FCF
Complementary color
Monochromatic Colors of #220FCF
Black with #220FCF
Text Example
Text Example
White with #220FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FCF; }
p { color: rgb(34,15,207); }
H1.HeaderClassName
{
color: #220FCF;
}
.AnyTagClassName
{
color: #220FCF;
}
</style>
background-color css
<style>
a { background-color: #220FCF; }
a { background-color: rgb(34,15,207); }
div.DivClassName
{
background-color: #220FCF;
}
.BgClassName
{
background-color: #220FCF;
}
</style>
border-color css
<style>
span { border-color: #220FCF; }
span { border-color: rgb(34,15,207); }
td.TdClassName
{
border-color: #220FCF;
}
.TagClassName
{
border-color: #220FCF;
}
</style>