Shades of Blue #0224F2
Tints of Blue #0224F2
RGB
CMYK
RGB Variations
Color information
#0224F2 (or 0x0224F2) is known color: Blue. HEX triplet: 02, 24 and F2. RGB value is (2,36,242). Sum of RGB (Red+Green+Blue) = 2+36+242=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 242 (94.92% from 255 or 86.43% from 280); Max value from RGB is 242 - color contains mainly: blue. Hex color #0224F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0224F2 is #FDDB0D. Grayscale: #303030. Windows color (decimal): -16636686 or 15868930. OLE color: 15868930.
HSL color Cylindrical-coordinate representation of color #0224F2: hue angle of 231.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224F2 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 36 | 242 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.05 |
| HSL | 231.5º | 0.98% | 0.48% | - |
| HSV(B) | 231.5º | 0.99% | 0.95% | - |
| XYZ | 16.68 | 7.69 | 84.61 | - |
| YUV | 49.32 | 236.74 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 242 | 0.99 | 0.85 | 0 | 0.05 | 231.5 | 0.98 | 0.48 |
| Hex | 2 | 24 | F2 | 63 | 55 | 0 | 5 | E8 | 62 | 30 |
| Octal | 2 | 44 | 362 | 143 | 125 | 0 | 5 | 350 | 142 | 60 |
| Binary | 10 | 100100 | 11110010 | 1100011 | 1010101 | 0 | 101 | 11101000 | 1100010 | 110000 |
Color Harmonies of #0224F2
Complementary color
Monochromatic Colors of #0224F2
Black with #0224F2
Text Example
Text Example
White with #0224F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224F2; }
p { color: rgb(2,36,242); }
H1.HeaderClassName
{
color: #0224F2;
}
.AnyTagClassName
{
color: #0224F2;
}
</style>
background-color css
<style>
a { background-color: #0224F2; }
a { background-color: rgb(2,36,242); }
div.DivClassName
{
background-color: #0224F2;
}
.BgClassName
{
background-color: #0224F2;
}
</style>
border-color css
<style>
span { border-color: #0224F2; }
span { border-color: rgb(2,36,242); }
td.TdClassName
{
border-color: #0224F2;
}
.TagClassName
{
border-color: #0224F2;
}
</style>