Shades of Blue #0224FA
Tints of Blue #0224FA
RGB
CMYK
RGB Variations
Color information
#0224FA (or 0x0224FA) is known color: Blue. HEX triplet: 02, 24 and FA. RGB value is (2,36,250). Sum of RGB (Red+Green+Blue) = 2+36+250=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #0224FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0224FA is #FDDB05. Grayscale: #313131. Windows color (decimal): -16636678 or 16393218. OLE color: 16393218.
HSL color Cylindrical-coordinate representation of color #0224FA: hue angle of 231.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224FA is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 36 | 250 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.02 |
| HSL | 231.77º | 0.98% | 0.49% | - |
| HSV(B) | 231.77º | 0.99% | 0.98% | - |
| XYZ | 17.91 | 8.18 | 91.08 | - |
| YUV | 50.23 | 240.74 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 250 | 0.99 | 0.86 | 0 | 0.02 | 231.77 | 0.98 | 0.49 |
| Hex | 2 | 24 | FA | 63 | 56 | 0 | 2 | E8 | 62 | 31 |
| Octal | 2 | 44 | 372 | 143 | 126 | 0 | 2 | 350 | 142 | 61 |
| Binary | 10 | 100100 | 11111010 | 1100011 | 1010110 | 0 | 10 | 11101000 | 1100010 | 110001 |
Color Harmonies of #0224FA
Complementary color
Monochromatic Colors of #0224FA
Black with #0224FA
Text Example
Text Example
White with #0224FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224FA; }
p { color: rgb(2,36,250); }
H1.HeaderClassName
{
color: #0224FA;
}
.AnyTagClassName
{
color: #0224FA;
}
</style>
background-color css
<style>
a { background-color: #0224FA; }
a { background-color: rgb(2,36,250); }
div.DivClassName
{
background-color: #0224FA;
}
.BgClassName
{
background-color: #0224FA;
}
</style>
border-color css
<style>
span { border-color: #0224FA; }
span { border-color: rgb(2,36,250); }
td.TdClassName
{
border-color: #0224FA;
}
.TagClassName
{
border-color: #0224FA;
}
</style>