Shades of Navy Blue #207ED7
Tints of Navy Blue #207ED7
RGB
CMYK
RGB Variations
Color information
#207ED7 (or 0x207ED7) is known color: Navy Blue. HEX triplet: 20, 7E and D7. RGB value is (32,126,215). Sum of RGB (Red+Green+Blue) = 32+126+215=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #207ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ED7 is #DF8128. Grayscale: #6B6B6B. Windows color (decimal): -14647593 or 14122528. OLE color: 14122528.
HSL color Cylindrical-coordinate representation of color #207ED7: hue angle of 209.18º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207ED7 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 126 | 215 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.16 |
| HSL | 209.18º | 0.74% | 0.48% | - |
| HSV(B) | 209.18º | 0.85% | 0.84% | - |
| XYZ | 20.32 | 20.14 | 67.11 | - |
| YUV | 108.04 | 188.36 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 215 | 0.85 | 0.41 | 0 | 0.16 | 209.18 | 0.74 | 0.48 |
| Hex | 20 | 7E | D7 | 55 | 29 | 0 | 10 | D1 | 4A | 30 |
| Octal | 40 | 176 | 327 | 125 | 51 | 0 | 20 | 321 | 112 | 60 |
| Binary | 100000 | 1111110 | 11010111 | 1010101 | 101001 | 0 | 10000 | 11010001 | 1001010 | 110000 |
Color Harmonies of #207ED7
Complementary color
Monochromatic Colors of #207ED7
Black with #207ED7
Text Example
Text Example
White with #207ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ED7; }
p { color: rgb(32,126,215); }
H1.HeaderClassName
{
color: #207ED7;
}
.AnyTagClassName
{
color: #207ED7;
}
</style>
background-color css
<style>
a { background-color: #207ED7; }
a { background-color: rgb(32,126,215); }
div.DivClassName
{
background-color: #207ED7;
}
.BgClassName
{
background-color: #207ED7;
}
</style>
border-color css
<style>
span { border-color: #207ED7; }
span { border-color: rgb(32,126,215); }
td.TdClassName
{
border-color: #207ED7;
}
.TagClassName
{
border-color: #207ED7;
}
</style>