Shades of Blue #2807EF
Tints of Blue #2807EF
RGB
CMYK
RGB Variations
Color information
#2807EF (or 0x2807EF) is known color: Blue. HEX triplet: 28, 07 and EF. RGB value is (40,7,239). Sum of RGB (Red+Green+Blue) = 40+7+239=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #2807EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2807EF is #D7F810. Grayscale: #2A2A2A. Windows color (decimal): -14153745 or 15664936. OLE color: 15664936.
HSL color Cylindrical-coordinate representation of color #2807EF: hue angle of 248.53º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2807EF is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 7 | 239 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.06 |
| HSL | 248.53º | 0.94% | 0.48% | - |
| HSV(B) | 248.53º | 0.97% | 0.94% | - |
| XYZ | 16.53 | 6.84 | 82.11 | - |
| YUV | 43.32 | 238.43 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 239 | 0.83 | 0.97 | 0 | 0.06 | 248.53 | 0.94 | 0.48 |
| Hex | 28 | 7 | EF | 53 | 61 | 0 | 6 | F9 | 5E | 30 |
| Octal | 50 | 7 | 357 | 123 | 141 | 0 | 6 | 371 | 136 | 60 |
| Binary | 101000 | 111 | 11101111 | 1010011 | 1100001 | 0 | 110 | 11111001 | 1011110 | 110000 |
Color Harmonies of #2807EF
Complementary color
Monochromatic Colors of #2807EF
Black with #2807EF
Text Example
Text Example
White with #2807EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2807EF; }
p { color: rgb(40,7,239); }
H1.HeaderClassName
{
color: #2807EF;
}
.AnyTagClassName
{
color: #2807EF;
}
</style>
background-color css
<style>
a { background-color: #2807EF; }
a { background-color: rgb(40,7,239); }
div.DivClassName
{
background-color: #2807EF;
}
.BgClassName
{
background-color: #2807EF;
}
</style>
border-color css
<style>
span { border-color: #2807EF; }
span { border-color: rgb(40,7,239); }
td.TdClassName
{
border-color: #2807EF;
}
.TagClassName
{
border-color: #2807EF;
}
</style>