Shades of Medium Blue #0207CE
Tints of Medium Blue #0207CE
RGB
CMYK
RGB Variations
Color information
#0207CE (or 0x0207CE) is known color: Medium Blue. HEX triplet: 02, 07 and CE. RGB value is (2,7,206). Sum of RGB (Red+Green+Blue) = 2+7+206=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 7 (3.12% from 255 or 3.26% 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 #0207CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207CE is #FDF831. Grayscale: #1B1B1B. Windows color (decimal): -16644146 or 13502210. OLE color: 13502210.
HSL color Cylindrical-coordinate representation of color #0207CE: hue angle of 238.53º 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 #0207CE is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 7 | 206 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.19 |
| HSL | 238.53º | 0.98% | 0.41% | - |
| HSV(B) | 238.53º | 0.99% | 0.81% | - |
| XYZ | 11.24 | 4.62 | 58.69 | - |
| YUV | 28.19 | 228.34 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 206 | 0.99 | 0.97 | 0 | 0.19 | 238.53 | 0.98 | 0.41 |
| Hex | 2 | 7 | CE | 63 | 61 | 0 | 13 | EF | 62 | 29 |
| Octal | 2 | 7 | 316 | 143 | 141 | 0 | 23 | 357 | 142 | 51 |
| Binary | 10 | 111 | 11001110 | 1100011 | 1100001 | 0 | 10011 | 11101111 | 1100010 | 101001 |
Color Harmonies of #0207CE
Complementary color
Monochromatic Colors of #0207CE
Black with #0207CE
Text Example
Text Example
White with #0207CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0207CE; }
p { color: rgb(2,7,206); }
H1.HeaderClassName
{
color: #0207CE;
}
.AnyTagClassName
{
color: #0207CE;
}
</style>
background-color css
<style>
a { background-color: #0207CE; }
a { background-color: rgb(2,7,206); }
div.DivClassName
{
background-color: #0207CE;
}
.BgClassName
{
background-color: #0207CE;
}
</style>
border-color css
<style>
span { border-color: #0207CE; }
span { border-color: rgb(2,7,206); }
td.TdClassName
{
border-color: #0207CE;
}
.TagClassName
{
border-color: #0207CE;
}
</style>