Shades of Blue #2803EB
Tints of Blue #2803EB
RGB
CMYK
RGB Variations
Color information
#2803EB (or 0x2803EB) is known color: Blue. HEX triplet: 28, 03 and EB. RGB value is (40,3,235). Sum of RGB (Red+Green+Blue) = 40+3+235=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 235 (92.19% from 255 or 84.53% from 278); Max value from RGB is 235 - color contains mainly: blue. Hex color #2803EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2803EB is #D7FC14. Grayscale: #272727. Windows color (decimal): -14154773 or 15401768. OLE color: 15401768.
HSL color Cylindrical-coordinate representation of color #2803EB: hue angle of 249.57º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2803EB is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 3 | 235 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.08 |
| HSL | 249.57º | 0.97% | 0.47% | - |
| HSV(B) | 249.57º | 0.99% | 0.92% | - |
| XYZ | 15.9 | 6.51 | 79.02 | - |
| YUV | 40.51 | 237.76 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 235 | 0.83 | 0.99 | 0 | 0.08 | 249.57 | 0.97 | 0.47 |
| Hex | 28 | 3 | EB | 53 | 63 | 0 | 8 | FA | 61 | 2F |
| Octal | 50 | 3 | 353 | 123 | 143 | 0 | 10 | 372 | 141 | 57 |
| Binary | 101000 | 11 | 11101011 | 1010011 | 1100011 | 0 | 1000 | 11111010 | 1100001 | 101111 |
Color Harmonies of #2803EB
Complementary color
Monochromatic Colors of #2803EB
Black with #2803EB
Text Example
Text Example
White with #2803EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803EB; }
p { color: rgb(40,3,235); }
H1.HeaderClassName
{
color: #2803EB;
}
.AnyTagClassName
{
color: #2803EB;
}
</style>
background-color css
<style>
a { background-color: #2803EB; }
a { background-color: rgb(40,3,235); }
div.DivClassName
{
background-color: #2803EB;
}
.BgClassName
{
background-color: #2803EB;
}
</style>
border-color css
<style>
span { border-color: #2803EB; }
span { border-color: rgb(40,3,235); }
td.TdClassName
{
border-color: #2803EB;
}
.TagClassName
{
border-color: #2803EB;
}
</style>