Shades of Blue #0207EC
Tints of Blue #0207EC
RGB
CMYK
RGB Variations
Color information
#0207EC (or 0x0207EC) is known color: Blue. HEX triplet: 02, 07 and EC. RGB value is (2,7,236). Sum of RGB (Red+Green+Blue) = 2+7+236=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 236 (92.58% from 255 or 96.33% from 245); Max value from RGB is 236 - color contains mainly: blue. Hex color #0207EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0207EC is #FDF813. Grayscale: #1E1E1E. Windows color (decimal): -16644116 or 15468290. OLE color: 15468290.
HSL color Cylindrical-coordinate representation of color #0207EC: hue angle of 238.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207EC is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 7 | 236 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.07 |
| HSL | 238.72º | 0.98% | 0.47% | - |
| HSV(B) | 238.72º | 0.99% | 0.93% | - |
| XYZ | 15.24 | 6.22 | 79.75 | - |
| YUV | 31.61 | 243.34 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 236 | 0.99 | 0.97 | 0 | 0.07 | 238.72 | 0.98 | 0.47 |
| Hex | 2 | 7 | EC | 63 | 61 | 0 | 7 | EF | 62 | 2F |
| Octal | 2 | 7 | 354 | 143 | 141 | 0 | 7 | 357 | 142 | 57 |
| Binary | 10 | 111 | 11101100 | 1100011 | 1100001 | 0 | 111 | 11101111 | 1100010 | 101111 |
Color Harmonies of #0207EC
Complementary color
Monochromatic Colors of #0207EC
Black with #0207EC
Text Example
Text Example
White with #0207EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0207EC; }
p { color: rgb(2,7,236); }
H1.HeaderClassName
{
color: #0207EC;
}
.AnyTagClassName
{
color: #0207EC;
}
</style>
background-color css
<style>
a { background-color: #0207EC; }
a { background-color: rgb(2,7,236); }
div.DivClassName
{
background-color: #0207EC;
}
.BgClassName
{
background-color: #0207EC;
}
</style>
border-color css
<style>
span { border-color: #0207EC; }
span { border-color: rgb(2,7,236); }
td.TdClassName
{
border-color: #0207EC;
}
.TagClassName
{
border-color: #0207EC;
}
</style>