Shades of Blue #221EFA
Tints of Blue #221EFA
RGB
CMYK
RGB Variations
Color information
#221EFA (or 0x221EFA) is known color: Blue. HEX triplet: 22, 1E and FA. RGB value is (34,30,250). Sum of RGB (Red+Green+Blue) = 34+30+250=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #221EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221EFA is #DDE105. Grayscale: #373737. Windows color (decimal): -14541062 or 16391714. OLE color: 16391714.
HSL color Cylindrical-coordinate representation of color #221EFA: hue angle of 241.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221EFA is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 30 | 250 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.02 |
| HSL | 241.09º | 0.96% | 0.55% | - |
| HSV(B) | 241.09º | 0.88% | 0.98% | - |
| XYZ | 18.38 | 8.17 | 91.05 | - |
| YUV | 56.28 | 237.33 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 250 | 0.86 | 0.88 | 0 | 0.02 | 241.09 | 0.96 | 0.55 |
| Hex | 22 | 1E | FA | 56 | 58 | 0 | 2 | F1 | 60 | 37 |
| Octal | 42 | 36 | 372 | 126 | 130 | 0 | 2 | 361 | 140 | 67 |
| Binary | 100010 | 11110 | 11111010 | 1010110 | 1011000 | 0 | 10 | 11110001 | 1100000 | 110111 |
Color Harmonies of #221EFA
Complementary color
Monochromatic Colors of #221EFA
Black with #221EFA
Text Example
Text Example
White with #221EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EFA; }
p { color: rgb(34,30,250); }
H1.HeaderClassName
{
color: #221EFA;
}
.AnyTagClassName
{
color: #221EFA;
}
</style>
background-color css
<style>
a { background-color: #221EFA; }
a { background-color: rgb(34,30,250); }
div.DivClassName
{
background-color: #221EFA;
}
.BgClassName
{
background-color: #221EFA;
}
</style>
border-color css
<style>
span { border-color: #221EFA; }
span { border-color: rgb(34,30,250); }
td.TdClassName
{
border-color: #221EFA;
}
.TagClassName
{
border-color: #221EFA;
}
</style>