Shades of Medium Blue #0224DF
Tints of Medium Blue #0224DF
RGB
CMYK
RGB Variations
Color information
#0224DF (or 0x0224DF) is known color: Medium Blue. HEX triplet: 02, 24 and DF. RGB value is (2,36,223). Sum of RGB (Red+Green+Blue) = 2+36+223=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #0224DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224DF is #FDDB20. Grayscale: #2E2E2E. Windows color (decimal): -16636705 or 14623746. OLE color: 14623746.
HSL color Cylindrical-coordinate representation of color #0224DF: hue angle of 230.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224DF is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 36 | 223 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.13 |
| HSL | 230.77º | 0.98% | 0.44% | - |
| HSV(B) | 230.77º | 0.99% | 0.87% | - |
| XYZ | 13.98 | 6.6 | 70.35 | - |
| YUV | 47.15 | 227.24 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 223 | 0.99 | 0.84 | 0 | 0.13 | 230.77 | 0.98 | 0.44 |
| Hex | 2 | 24 | DF | 63 | 54 | 0 | D | E7 | 62 | 2C |
| Octal | 2 | 44 | 337 | 143 | 124 | 0 | 15 | 347 | 142 | 54 |
| Binary | 10 | 100100 | 11011111 | 1100011 | 1010100 | 0 | 1101 | 11100111 | 1100010 | 101100 |
Color Harmonies of #0224DF
Complementary color
Monochromatic Colors of #0224DF
Black with #0224DF
Text Example
Text Example
White with #0224DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224DF; }
p { color: rgb(2,36,223); }
H1.HeaderClassName
{
color: #0224DF;
}
.AnyTagClassName
{
color: #0224DF;
}
</style>
background-color css
<style>
a { background-color: #0224DF; }
a { background-color: rgb(2,36,223); }
div.DivClassName
{
background-color: #0224DF;
}
.BgClassName
{
background-color: #0224DF;
}
</style>
border-color css
<style>
span { border-color: #0224DF; }
span { border-color: rgb(2,36,223); }
td.TdClassName
{
border-color: #0224DF;
}
.TagClassName
{
border-color: #0224DF;
}
</style>