Shades of Blue #2007EA
Tints of Blue #2007EA
RGB
CMYK
RGB Variations
Color information
#2007EA (or 0x2007EA) is known color: Blue. HEX triplet: 20, 07 and EA. RGB value is (32,7,234). Sum of RGB (Red+Green+Blue) = 32+7+234=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #2007EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2007EA is #DFF815. Grayscale: #272727. Windows color (decimal): -14678038 or 15337248. OLE color: 15337248.
HSL color Cylindrical-coordinate representation of color #2007EA: hue angle of 246.61º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2007EA is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 7 | 234 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.08 |
| HSL | 246.61º | 0.94% | 0.47% | - |
| HSV(B) | 246.61º | 0.97% | 0.92% | - |
| XYZ | 15.52 | 6.4 | 78.26 | - |
| YUV | 40.35 | 237.28 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 234 | 0.86 | 0.97 | 0 | 0.08 | 246.61 | 0.94 | 0.47 |
| Hex | 20 | 7 | EA | 56 | 61 | 0 | 8 | F7 | 5E | 2F |
| Octal | 40 | 7 | 352 | 126 | 141 | 0 | 10 | 367 | 136 | 57 |
| Binary | 100000 | 111 | 11101010 | 1010110 | 1100001 | 0 | 1000 | 11110111 | 1011110 | 101111 |
Color Harmonies of #2007EA
Complementary color
Monochromatic Colors of #2007EA
Black with #2007EA
Text Example
Text Example
White with #2007EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007EA; }
p { color: rgb(32,7,234); }
H1.HeaderClassName
{
color: #2007EA;
}
.AnyTagClassName
{
color: #2007EA;
}
</style>
background-color css
<style>
a { background-color: #2007EA; }
a { background-color: rgb(32,7,234); }
div.DivClassName
{
background-color: #2007EA;
}
.BgClassName
{
background-color: #2007EA;
}
</style>
border-color css
<style>
span { border-color: #2007EA; }
span { border-color: rgb(32,7,234); }
td.TdClassName
{
border-color: #2007EA;
}
.TagClassName
{
border-color: #2007EA;
}
</style>