Shades of Blue #2803F7
Tints of Blue #2803F7
RGB
CMYK
RGB Variations
Color information
#2803F7 (or 0x2803F7) is known color: Blue. HEX triplet: 28, 03 and F7. RGB value is (40,3,247). Sum of RGB (Red+Green+Blue) = 40+3+247=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 247 (96.88% from 255 or 85.17% from 290); Max value from RGB is 247 - color contains mainly: blue. Hex color #2803F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2803F7 is #D7FC08. Grayscale: #282828. Windows color (decimal): -14154761 or 16188200. OLE color: 16188200.
HSL color Cylindrical-coordinate representation of color #2803F7: hue angle of 249.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2803F7 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 3 | 247 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.03 |
| HSL | 249.1º | 0.98% | 0.49% | - |
| HSV(B) | 249.1º | 0.99% | 0.97% | - |
| XYZ | 17.7 | 7.23 | 88.46 | - |
| YUV | 41.88 | 243.76 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 247 | 0.84 | 0.99 | 0 | 0.03 | 249.1 | 0.98 | 0.49 |
| Hex | 28 | 3 | F7 | 54 | 63 | 0 | 3 | F9 | 62 | 31 |
| Octal | 50 | 3 | 367 | 124 | 143 | 0 | 3 | 371 | 142 | 61 |
| Binary | 101000 | 11 | 11110111 | 1010100 | 1100011 | 0 | 11 | 11111001 | 1100010 | 110001 |
Color Harmonies of #2803F7
Complementary color
Monochromatic Colors of #2803F7
Black with #2803F7
Text Example
Text Example
White with #2803F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803F7; }
p { color: rgb(40,3,247); }
H1.HeaderClassName
{
color: #2803F7;
}
.AnyTagClassName
{
color: #2803F7;
}
</style>
background-color css
<style>
a { background-color: #2803F7; }
a { background-color: rgb(40,3,247); }
div.DivClassName
{
background-color: #2803F7;
}
.BgClassName
{
background-color: #2803F7;
}
</style>
border-color css
<style>
span { border-color: #2803F7; }
span { border-color: rgb(40,3,247); }
td.TdClassName
{
border-color: #2803F7;
}
.TagClassName
{
border-color: #2803F7;
}
</style>