Shades of Medium Blue #0702CE
Tints of Medium Blue #0702CE
RGB
CMYK
RGB Variations
Color information
#0702CE (or 0x0702CE) is known color: Medium Blue. HEX triplet: 07, 02 and CE. RGB value is (7,2,206). Sum of RGB (Red+Green+Blue) = 7+2+206=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 206 (80.86% from 255 or 95.81% from 215); Max value from RGB is 206 - color contains mainly: blue. Hex color #0702CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0702CE is #F8FD31. Grayscale: #191919. Windows color (decimal): -16317746 or 13500935. OLE color: 13500935.
HSL color Cylindrical-coordinate representation of color #0702CE: hue angle of 241.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0702CE is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 2 | 206 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.19 |
| HSL | 241.47º | 0.98% | 0.41% | - |
| HSV(B) | 241.47º | 0.99% | 0.81% | - |
| XYZ | 11.25 | 4.54 | 58.68 | - |
| YUV | 26.75 | 229.16 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 206 | 0.97 | 0.99 | 0 | 0.19 | 241.47 | 0.98 | 0.41 |
| Hex | 7 | 2 | CE | 61 | 63 | 0 | 13 | F1 | 62 | 29 |
| Octal | 7 | 2 | 316 | 141 | 143 | 0 | 23 | 361 | 142 | 51 |
| Binary | 111 | 10 | 11001110 | 1100001 | 1100011 | 0 | 10011 | 11110001 | 1100010 | 101001 |
Color Harmonies of #0702CE
Complementary color
Monochromatic Colors of #0702CE
Black with #0702CE
Text Example
Text Example
White with #0702CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0702CE; }
p { color: rgb(7,2,206); }
H1.HeaderClassName
{
color: #0702CE;
}
.AnyTagClassName
{
color: #0702CE;
}
</style>
background-color css
<style>
a { background-color: #0702CE; }
a { background-color: rgb(7,2,206); }
div.DivClassName
{
background-color: #0702CE;
}
.BgClassName
{
background-color: #0702CE;
}
</style>
border-color css
<style>
span { border-color: #0702CE; }
span { border-color: rgb(7,2,206); }
td.TdClassName
{
border-color: #0702CE;
}
.TagClassName
{
border-color: #0702CE;
}
</style>