Shades of Blue #2007ED
Tints of Blue #2007ED
RGB
CMYK
RGB Variations
Color information
#2007ED (or 0x2007ED) is known color: Blue. HEX triplet: 20, 07 and ED. RGB value is (32,7,237). Sum of RGB (Red+Green+Blue) = 32+7+237=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #2007ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2007ED is #DFF812. Grayscale: #272727. Windows color (decimal): -14678035 or 15533856. OLE color: 15533856.
HSL color Cylindrical-coordinate representation of color #2007ED: hue angle of 246.52º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2007ED is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 7 | 237 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.07 |
| HSL | 246.52º | 0.94% | 0.48% | - |
| HSV(B) | 246.52º | 0.97% | 0.93% | - |
| XYZ | 15.96 | 6.57 | 80.55 | - |
| YUV | 40.7 | 238.78 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 237 | 0.86 | 0.97 | 0 | 0.07 | 246.52 | 0.94 | 0.48 |
| Hex | 20 | 7 | ED | 56 | 61 | 0 | 7 | F7 | 5E | 30 |
| Octal | 40 | 7 | 355 | 126 | 141 | 0 | 7 | 367 | 136 | 60 |
| Binary | 100000 | 111 | 11101101 | 1010110 | 1100001 | 0 | 111 | 11110111 | 1011110 | 110000 |
Color Harmonies of #2007ED
Complementary color
Monochromatic Colors of #2007ED
Black with #2007ED
Text Example
Text Example
White with #2007ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007ED; }
p { color: rgb(32,7,237); }
H1.HeaderClassName
{
color: #2007ED;
}
.AnyTagClassName
{
color: #2007ED;
}
</style>
background-color css
<style>
a { background-color: #2007ED; }
a { background-color: rgb(32,7,237); }
div.DivClassName
{
background-color: #2007ED;
}
.BgClassName
{
background-color: #2007ED;
}
</style>
border-color css
<style>
span { border-color: #2007ED; }
span { border-color: rgb(32,7,237); }
td.TdClassName
{
border-color: #2007ED;
}
.TagClassName
{
border-color: #2007ED;
}
</style>