Shades of Blue #2802F6
Tints of Blue #2802F6
RGB
CMYK
RGB Variations
Color information
#2802F6 (or 0x2802F6) is known color: Blue. HEX triplet: 28, 02 and F6. RGB value is (40,2,246). Sum of RGB (Red+Green+Blue) = 40+2+246=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 246 (96.48% from 255 or 85.42% from 288); Max value from RGB is 246 - color contains mainly: blue. Hex color #2802F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2802F6 is #D7FD09. Grayscale: #282828. Windows color (decimal): -14155018 or 16122408. OLE color: 16122408.
HSL color Cylindrical-coordinate representation of color #2802F6: hue angle of 249.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802F6 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 2 | 246 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.04 |
| HSL | 249.34º | 0.98% | 0.49% | - |
| HSV(B) | 249.34º | 0.99% | 0.96% | - |
| XYZ | 17.53 | 7.15 | 87.64 | - |
| YUV | 41.18 | 243.59 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 246 | 0.84 | 0.99 | 0 | 0.04 | 249.34 | 0.98 | 0.49 |
| Hex | 28 | 2 | F6 | 54 | 63 | 0 | 4 | F9 | 62 | 31 |
| Octal | 50 | 2 | 366 | 124 | 143 | 0 | 4 | 371 | 142 | 61 |
| Binary | 101000 | 10 | 11110110 | 1010100 | 1100011 | 0 | 100 | 11111001 | 1100010 | 110001 |
Color Harmonies of #2802F6
Complementary color
Monochromatic Colors of #2802F6
Black with #2802F6
Text Example
Text Example
White with #2802F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802F6; }
p { color: rgb(40,2,246); }
H1.HeaderClassName
{
color: #2802F6;
}
.AnyTagClassName
{
color: #2802F6;
}
</style>
background-color css
<style>
a { background-color: #2802F6; }
a { background-color: rgb(40,2,246); }
div.DivClassName
{
background-color: #2802F6;
}
.BgClassName
{
background-color: #2802F6;
}
</style>
border-color css
<style>
span { border-color: #2802F6; }
span { border-color: rgb(40,2,246); }
td.TdClassName
{
border-color: #2802F6;
}
.TagClassName
{
border-color: #2802F6;
}
</style>