Shades of Medium Blue #0724DF
Tints of Medium Blue #0724DF
RGB
CMYK
RGB Variations
Color information
#0724DF (or 0x0724DF) is known color: Medium Blue. HEX triplet: 07, 24 and DF. RGB value is (7,36,223). Sum of RGB (Red+Green+Blue) = 7+36+223=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #0724DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0724DF is #F8DB20. Grayscale: #2F2F2F. Windows color (decimal): -16309025 or 14623751. OLE color: 14623751.
HSL color Cylindrical-coordinate representation of color #0724DF: hue angle of 231.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0724DF is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 36 | 223 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.13 |
| HSL | 231.94º | 0.94% | 0.45% | - |
| HSV(B) | 231.94º | 0.97% | 0.87% | - |
| XYZ | 14.04 | 6.63 | 70.35 | - |
| YUV | 48.65 | 226.39 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 223 | 0.97 | 0.84 | 0 | 0.13 | 231.94 | 0.94 | 0.45 |
| Hex | 7 | 24 | DF | 61 | 54 | 0 | D | E8 | 5E | 2D |
| Octal | 7 | 44 | 337 | 141 | 124 | 0 | 15 | 350 | 136 | 55 |
| Binary | 111 | 100100 | 11011111 | 1100001 | 1010100 | 0 | 1101 | 11101000 | 1011110 | 101101 |
Color Harmonies of #0724DF
Complementary color
Monochromatic Colors of #0724DF
Black with #0724DF
Text Example
Text Example
White with #0724DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0724DF; }
p { color: rgb(7,36,223); }
H1.HeaderClassName
{
color: #0724DF;
}
.AnyTagClassName
{
color: #0724DF;
}
</style>
background-color css
<style>
a { background-color: #0724DF; }
a { background-color: rgb(7,36,223); }
div.DivClassName
{
background-color: #0724DF;
}
.BgClassName
{
background-color: #0724DF;
}
</style>
border-color css
<style>
span { border-color: #0724DF; }
span { border-color: rgb(7,36,223); }
td.TdClassName
{
border-color: #0724DF;
}
.TagClassName
{
border-color: #0724DF;
}
</style>