Shades of Blue #0224F9
Tints of Blue #0224F9
RGB
CMYK
RGB Variations
Color information
#0224F9 (or 0x0224F9) is known color: Blue. HEX triplet: 02, 24 and F9. RGB value is (2,36,249). Sum of RGB (Red+Green+Blue) = 2+36+249=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 249 (97.66% from 255 or 86.76% from 287); Max value from RGB is 249 - color contains mainly: blue. Hex color #0224F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0224F9 is #FDDB06. Grayscale: #313131. Windows color (decimal): -16636679 or 16327682. OLE color: 16327682.
HSL color Cylindrical-coordinate representation of color #0224F9: hue angle of 231.74º 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 #0224F9 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 36 | 249 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.02 |
| HSL | 231.74º | 0.98% | 0.49% | - |
| HSV(B) | 231.74º | 0.99% | 0.98% | - |
| XYZ | 17.75 | 8.11 | 90.25 | - |
| YUV | 50.12 | 240.24 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 249 | 0.99 | 0.86 | 0 | 0.02 | 231.74 | 0.98 | 0.49 |
| Hex | 2 | 24 | F9 | 63 | 56 | 0 | 2 | E8 | 62 | 31 |
| Octal | 2 | 44 | 371 | 143 | 126 | 0 | 2 | 350 | 142 | 61 |
| Binary | 10 | 100100 | 11111001 | 1100011 | 1010110 | 0 | 10 | 11101000 | 1100010 | 110001 |
Color Harmonies of #0224F9
Complementary color
Monochromatic Colors of #0224F9
Black with #0224F9
Text Example
Text Example
White with #0224F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224F9; }
p { color: rgb(2,36,249); }
H1.HeaderClassName
{
color: #0224F9;
}
.AnyTagClassName
{
color: #0224F9;
}
</style>
background-color css
<style>
a { background-color: #0224F9; }
a { background-color: rgb(2,36,249); }
div.DivClassName
{
background-color: #0224F9;
}
.BgClassName
{
background-color: #0224F9;
}
</style>
border-color css
<style>
span { border-color: #0224F9; }
span { border-color: rgb(2,36,249); }
td.TdClassName
{
border-color: #0224F9;
}
.TagClassName
{
border-color: #0224F9;
}
</style>