Shades of Blue #2224FA
Tints of Blue #2224FA
RGB
CMYK
RGB Variations
Color information
#2224FA (or 0x2224FA) is known color: Blue. HEX triplet: 22, 24 and FA. RGB value is (34,36,250). Sum of RGB (Red+Green+Blue) = 34+36+250=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #2224FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2224FA is #DDDB05. Grayscale: #3A3A3A. Windows color (decimal): -14539526 or 16393250. OLE color: 16393250.
HSL color Cylindrical-coordinate representation of color #2224FA: hue angle of 239.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2224FA is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 36 | 250 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.02 |
| HSL | 239.44º | 0.96% | 0.56% | - |
| HSV(B) | 239.44º | 0.86% | 0.98% | - |
| XYZ | 18.55 | 8.5 | 91.11 | - |
| YUV | 59.8 | 235.34 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 250 | 0.86 | 0.86 | 0 | 0.02 | 239.44 | 0.96 | 0.56 |
| Hex | 22 | 24 | FA | 56 | 56 | 0 | 2 | EF | 60 | 38 |
| Octal | 42 | 44 | 372 | 126 | 126 | 0 | 2 | 357 | 140 | 70 |
| Binary | 100010 | 100100 | 11111010 | 1010110 | 1010110 | 0 | 10 | 11101111 | 1100000 | 111000 |
Color Harmonies of #2224FA
Complementary color
Monochromatic Colors of #2224FA
Black with #2224FA
Text Example
Text Example
White with #2224FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2224FA; }
p { color: rgb(34,36,250); }
H1.HeaderClassName
{
color: #2224FA;
}
.AnyTagClassName
{
color: #2224FA;
}
</style>
background-color css
<style>
a { background-color: #2224FA; }
a { background-color: rgb(34,36,250); }
div.DivClassName
{
background-color: #2224FA;
}
.BgClassName
{
background-color: #2224FA;
}
</style>
border-color css
<style>
span { border-color: #2224FA; }
span { border-color: rgb(34,36,250); }
td.TdClassName
{
border-color: #2224FA;
}
.TagClassName
{
border-color: #2224FA;
}
</style>