Shades of Blue #2804EF
Tints of Blue #2804EF
RGB
CMYK
RGB Variations
Color information
#2804EF (or 0x2804EF) is known color: Blue. HEX triplet: 28, 04 and EF. RGB value is (40,4,239). Sum of RGB (Red+Green+Blue) = 40+4+239=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #2804EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2804EF is #D7FB10. Grayscale: #282828. Windows color (decimal): -14154513 or 15664168. OLE color: 15664168.
HSL color Cylindrical-coordinate representation of color #2804EF: hue angle of 249.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2804EF is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 4 | 239 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.06 |
| HSL | 249.19º | 0.97% | 0.48% | - |
| HSV(B) | 249.19º | 0.98% | 0.94% | - |
| XYZ | 16.5 | 6.77 | 82.1 | - |
| YUV | 41.55 | 239.43 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 239 | 0.83 | 0.98 | 0 | 0.06 | 249.19 | 0.97 | 0.48 |
| Hex | 28 | 4 | EF | 53 | 62 | 0 | 6 | F9 | 61 | 30 |
| Octal | 50 | 4 | 357 | 123 | 142 | 0 | 6 | 371 | 141 | 60 |
| Binary | 101000 | 100 | 11101111 | 1010011 | 1100010 | 0 | 110 | 11111001 | 1100001 | 110000 |
Color Harmonies of #2804EF
Complementary color
Monochromatic Colors of #2804EF
Black with #2804EF
Text Example
Text Example
White with #2804EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2804EF; }
p { color: rgb(40,4,239); }
H1.HeaderClassName
{
color: #2804EF;
}
.AnyTagClassName
{
color: #2804EF;
}
</style>
background-color css
<style>
a { background-color: #2804EF; }
a { background-color: rgb(40,4,239); }
div.DivClassName
{
background-color: #2804EF;
}
.BgClassName
{
background-color: #2804EF;
}
</style>
border-color css
<style>
span { border-color: #2804EF; }
span { border-color: rgb(40,4,239); }
td.TdClassName
{
border-color: #2804EF;
}
.TagClassName
{
border-color: #2804EF;
}
</style>