Shades of Blue #2807EE
Tints of Blue #2807EE
RGB
CMYK
RGB Variations
Color information
#2807EE (or 0x2807EE) is known color: Blue. HEX triplet: 28, 07 and EE. RGB value is (40,7,238). Sum of RGB (Red+Green+Blue) = 40+7+238=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #2807EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2807EE is #D7F811. Grayscale: #2A2A2A. Windows color (decimal): -14153746 or 15599400. OLE color: 15599400.
HSL color Cylindrical-coordinate representation of color #2807EE: hue angle of 248.57º 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 #2807EE is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 7 | 238 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.07 |
| HSL | 248.57º | 0.94% | 0.48% | - |
| HSV(B) | 248.57º | 0.97% | 0.93% | - |
| XYZ | 16.38 | 6.78 | 81.33 | - |
| YUV | 43.2 | 237.93 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 238 | 0.83 | 0.97 | 0 | 0.07 | 248.57 | 0.94 | 0.48 |
| Hex | 28 | 7 | EE | 53 | 61 | 0 | 7 | F9 | 5E | 30 |
| Octal | 50 | 7 | 356 | 123 | 141 | 0 | 7 | 371 | 136 | 60 |
| Binary | 101000 | 111 | 11101110 | 1010011 | 1100001 | 0 | 111 | 11111001 | 1011110 | 110000 |
Color Harmonies of #2807EE
Complementary color
Monochromatic Colors of #2807EE
Black with #2807EE
Text Example
Text Example
White with #2807EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2807EE; }
p { color: rgb(40,7,238); }
H1.HeaderClassName
{
color: #2807EE;
}
.AnyTagClassName
{
color: #2807EE;
}
</style>
background-color css
<style>
a { background-color: #2807EE; }
a { background-color: rgb(40,7,238); }
div.DivClassName
{
background-color: #2807EE;
}
.BgClassName
{
background-color: #2807EE;
}
</style>
border-color css
<style>
span { border-color: #2807EE; }
span { border-color: rgb(40,7,238); }
td.TdClassName
{
border-color: #2807EE;
}
.TagClassName
{
border-color: #2807EE;
}
</style>