Shades of Blue #2007EE
Tints of Blue #2007EE
RGB
CMYK
RGB Variations
Color information
#2007EE (or 0x2007EE) is known color: Blue. HEX triplet: 20, 07 and EE. RGB value is (32,7,238). Sum of RGB (Red+Green+Blue) = 32+7+238=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 238 (93.36% from 255 or 85.92% from 277); Max value from RGB is 238 - color contains mainly: blue. Hex color #2007EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2007EE is #DFF811. Grayscale: #272727. Windows color (decimal): -14678034 or 15599392. OLE color: 15599392.
HSL color Cylindrical-coordinate representation of color #2007EE: hue angle of 246.49º 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 #2007EE is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 7 | 238 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.07 |
| HSL | 246.49º | 0.94% | 0.48% | - |
| HSV(B) | 246.49º | 0.97% | 0.93% | - |
| XYZ | 16.1 | 6.63 | 81.32 | - |
| YUV | 40.81 | 239.28 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 238 | 0.87 | 0.97 | 0 | 0.07 | 246.49 | 0.94 | 0.48 |
| Hex | 20 | 7 | EE | 57 | 61 | 0 | 7 | F6 | 5E | 30 |
| Octal | 40 | 7 | 356 | 127 | 141 | 0 | 7 | 366 | 136 | 60 |
| Binary | 100000 | 111 | 11101110 | 1010111 | 1100001 | 0 | 111 | 11110110 | 1011110 | 110000 |
Color Harmonies of #2007EE
Complementary color
Monochromatic Colors of #2007EE
Black with #2007EE
Text Example
Text Example
White with #2007EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007EE; }
p { color: rgb(32,7,238); }
H1.HeaderClassName
{
color: #2007EE;
}
.AnyTagClassName
{
color: #2007EE;
}
</style>
background-color css
<style>
a { background-color: #2007EE; }
a { background-color: rgb(32,7,238); }
div.DivClassName
{
background-color: #2007EE;
}
.BgClassName
{
background-color: #2007EE;
}
</style>
border-color css
<style>
span { border-color: #2007EE; }
span { border-color: rgb(32,7,238); }
td.TdClassName
{
border-color: #2007EE;
}
.TagClassName
{
border-color: #2007EE;
}
</style>