Shades of Blue #2201FA
Tints of Blue #2201FA
RGB
CMYK
RGB Variations
Color information
#2201FA (or 0x2201FA) is known color: Blue. HEX triplet: 22, 01 and FA. RGB value is (34,1,250). Sum of RGB (Red+Green+Blue) = 34+1+250=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #2201FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2201FA is #DDFE05. Grayscale: #262626. Windows color (decimal): -14548486 or 16384290. OLE color: 16384290.
HSL color Cylindrical-coordinate representation of color #2201FA: hue angle of 247.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2201FA is Cyan = 0.86, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 1 | 250 | - |
| CMYK | 0.86 | 1.00 | 0 | 0.02 |
| HSL | 247.95º | 0.99% | 0.49% | - |
| HSV(B) | 247.95º | 1% | 0.98% | - |
| XYZ | 17.93 | 7.26 | 90.9 | - |
| YUV | 39.25 | 246.93 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 250 | 0.86 | 1.00 | 0 | 0.02 | 247.95 | 0.99 | 0.49 |
| Hex | 22 | 1 | FA | 56 | 64 | 0 | 2 | F8 | 63 | 31 |
| Octal | 42 | 1 | 372 | 126 | 144 | 0 | 2 | 370 | 143 | 61 |
| Binary | 100010 | 1 | 11111010 | 1010110 | 1100100 | 0 | 10 | 11111000 | 1100011 | 110001 |
Color Harmonies of #2201FA
Complementary color
Monochromatic Colors of #2201FA
Black with #2201FA
Text Example
Text Example
White with #2201FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2201FA; }
p { color: rgb(34,1,250); }
H1.HeaderClassName
{
color: #2201FA;
}
.AnyTagClassName
{
color: #2201FA;
}
</style>
background-color css
<style>
a { background-color: #2201FA; }
a { background-color: rgb(34,1,250); }
div.DivClassName
{
background-color: #2201FA;
}
.BgClassName
{
background-color: #2201FA;
}
</style>
border-color css
<style>
span { border-color: #2201FA; }
span { border-color: rgb(34,1,250); }
td.TdClassName
{
border-color: #2201FA;
}
.TagClassName
{
border-color: #2201FA;
}
</style>