Shades of Medium Blue #0702DF
Tints of Medium Blue #0702DF
RGB
CMYK
RGB Variations
Color information
#0702DF (or 0x0702DF) is known color: Medium Blue. HEX triplet: 07, 02 and DF. RGB value is (7,2,223). Sum of RGB (Red+Green+Blue) = 7+2+223=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 223 (87.5% from 255 or 96.12% from 232); Max value from RGB is 223 - color contains mainly: blue. Hex color #0702DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0702DF is #F8FD20. Grayscale: #1B1B1B. Windows color (decimal): -16317729 or 14615047. OLE color: 14615047.
HSL color Cylindrical-coordinate representation of color #0702DF: hue angle of 241.36º 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 #0702DF is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 2 | 223 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.13 |
| HSL | 241.36º | 0.98% | 0.44% | - |
| HSV(B) | 241.36º | 0.99% | 0.87% | - |
| XYZ | 13.43 | 5.42 | 70.15 | - |
| YUV | 28.69 | 237.66 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 223 | 0.97 | 0.99 | 0 | 0.13 | 241.36 | 0.98 | 0.44 |
| Hex | 7 | 2 | DF | 61 | 63 | 0 | D | F1 | 62 | 2C |
| Octal | 7 | 2 | 337 | 141 | 143 | 0 | 15 | 361 | 142 | 54 |
| Binary | 111 | 10 | 11011111 | 1100001 | 1100011 | 0 | 1101 | 11110001 | 1100010 | 101100 |
Color Harmonies of #0702DF
Complementary color
Monochromatic Colors of #0702DF
Black with #0702DF
Text Example
Text Example
White with #0702DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0702DF; }
p { color: rgb(7,2,223); }
H1.HeaderClassName
{
color: #0702DF;
}
.AnyTagClassName
{
color: #0702DF;
}
</style>
background-color css
<style>
a { background-color: #0702DF; }
a { background-color: rgb(7,2,223); }
div.DivClassName
{
background-color: #0702DF;
}
.BgClassName
{
background-color: #0702DF;
}
</style>
border-color css
<style>
span { border-color: #0702DF; }
span { border-color: rgb(7,2,223); }
td.TdClassName
{
border-color: #0702DF;
}
.TagClassName
{
border-color: #0702DF;
}
</style>