Shades of Blue #2807EA
Tints of Blue #2807EA
RGB
CMYK
RGB Variations
Color information
#2807EA (or 0x2807EA) is known color: Blue. HEX triplet: 28, 07 and EA. RGB value is (40,7,234). Sum of RGB (Red+Green+Blue) = 40+7+234=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #2807EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2807EA is #D7F815. Grayscale: #292929. Windows color (decimal): -14153750 or 15337256. OLE color: 15337256.
HSL color Cylindrical-coordinate representation of color #2807EA: hue angle of 248.72º 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 #2807EA is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 7 | 234 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.08 |
| HSL | 248.72º | 0.94% | 0.47% | - |
| HSV(B) | 248.72º | 0.97% | 0.92% | - |
| XYZ | 15.8 | 6.54 | 78.27 | - |
| YUV | 42.75 | 235.93 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 234 | 0.83 | 0.97 | 0 | 0.08 | 248.72 | 0.94 | 0.47 |
| Hex | 28 | 7 | EA | 53 | 61 | 0 | 8 | F9 | 5E | 2F |
| Octal | 50 | 7 | 352 | 123 | 141 | 0 | 10 | 371 | 136 | 57 |
| Binary | 101000 | 111 | 11101010 | 1010011 | 1100001 | 0 | 1000 | 11111001 | 1011110 | 101111 |
Color Harmonies of #2807EA
Complementary color
Monochromatic Colors of #2807EA
Black with #2807EA
Text Example
Text Example
White with #2807EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2807EA; }
p { color: rgb(40,7,234); }
H1.HeaderClassName
{
color: #2807EA;
}
.AnyTagClassName
{
color: #2807EA;
}
</style>
background-color css
<style>
a { background-color: #2807EA; }
a { background-color: rgb(40,7,234); }
div.DivClassName
{
background-color: #2807EA;
}
.BgClassName
{
background-color: #2807EA;
}
</style>
border-color css
<style>
span { border-color: #2807EA; }
span { border-color: rgb(40,7,234); }
td.TdClassName
{
border-color: #2807EA;
}
.TagClassName
{
border-color: #2807EA;
}
</style>