Shades of Blue #220CFA
Tints of Blue #220CFA
RGB
CMYK
RGB Variations
Color information
#220CFA (or 0x220CFA) is known color: Blue. HEX triplet: 22, 0C and FA. RGB value is (34,12,250). Sum of RGB (Red+Green+Blue) = 34+12+250=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 250 (98.05% from 255 or 84.46% from 296); Max value from RGB is 250 - color contains mainly: blue. Hex color #220CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220CFA is #DDF305. Grayscale: #2C2C2C. Windows color (decimal): -14545670 or 16387106. OLE color: 16387106.
HSL color Cylindrical-coordinate representation of color #220CFA: hue angle of 245.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220CFA is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 12 | 250 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.02 |
| HSL | 245.55º | 0.96% | 0.51% | - |
| HSV(B) | 245.55º | 0.95% | 0.98% | - |
| XYZ | 18.05 | 7.51 | 90.94 | - |
| YUV | 45.71 | 243.29 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 250 | 0.86 | 0.95 | 0 | 0.02 | 245.55 | 0.96 | 0.51 |
| Hex | 22 | C | FA | 56 | 5F | 0 | 2 | F6 | 60 | 33 |
| Octal | 42 | 14 | 372 | 126 | 137 | 0 | 2 | 366 | 140 | 63 |
| Binary | 100010 | 1100 | 11111010 | 1010110 | 1011111 | 0 | 10 | 11110110 | 1100000 | 110011 |
Color Harmonies of #220CFA
Complementary color
Monochromatic Colors of #220CFA
Black with #220CFA
Text Example
Text Example
White with #220CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220CFA; }
p { color: rgb(34,12,250); }
H1.HeaderClassName
{
color: #220CFA;
}
.AnyTagClassName
{
color: #220CFA;
}
</style>
background-color css
<style>
a { background-color: #220CFA; }
a { background-color: rgb(34,12,250); }
div.DivClassName
{
background-color: #220CFA;
}
.BgClassName
{
background-color: #220CFA;
}
</style>
border-color css
<style>
span { border-color: #220CFA; }
span { border-color: rgb(34,12,250); }
td.TdClassName
{
border-color: #220CFA;
}
.TagClassName
{
border-color: #220CFA;
}
</style>