Shades of Blue #0224F3
Tints of Blue #0224F3
RGB
CMYK
RGB Variations
Color information
#0224F3 (or 0x0224F3) is known color: Blue. HEX triplet: 02, 24 and F3. RGB value is (2,36,243). Sum of RGB (Red+Green+Blue) = 2+36+243=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 243 (95.31% from 255 or 86.48% from 281); Max value from RGB is 243 - color contains mainly: blue. Hex color #0224F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0224F3 is #FDDB0C. Grayscale: #303030. Windows color (decimal): -16636685 or 15934466. OLE color: 15934466.
HSL color Cylindrical-coordinate representation of color #0224F3: hue angle of 231.54º 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 #0224F3 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 36 | 243 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.05 |
| HSL | 231.54º | 0.98% | 0.48% | - |
| HSV(B) | 231.54º | 0.99% | 0.95% | - |
| XYZ | 16.83 | 7.75 | 85.4 | - |
| YUV | 49.43 | 237.24 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 243 | 0.99 | 0.85 | 0 | 0.05 | 231.54 | 0.98 | 0.48 |
| Hex | 2 | 24 | F3 | 63 | 55 | 0 | 5 | E8 | 62 | 30 |
| Octal | 2 | 44 | 363 | 143 | 125 | 0 | 5 | 350 | 142 | 60 |
| Binary | 10 | 100100 | 11110011 | 1100011 | 1010101 | 0 | 101 | 11101000 | 1100010 | 110000 |
Color Harmonies of #0224F3
Complementary color
Monochromatic Colors of #0224F3
Black with #0224F3
Text Example
Text Example
White with #0224F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224F3; }
p { color: rgb(2,36,243); }
H1.HeaderClassName
{
color: #0224F3;
}
.AnyTagClassName
{
color: #0224F3;
}
</style>
background-color css
<style>
a { background-color: #0224F3; }
a { background-color: rgb(2,36,243); }
div.DivClassName
{
background-color: #0224F3;
}
.BgClassName
{
background-color: #0224F3;
}
</style>
border-color css
<style>
span { border-color: #0224F3; }
span { border-color: rgb(2,36,243); }
td.TdClassName
{
border-color: #0224F3;
}
.TagClassName
{
border-color: #0224F3;
}
</style>