Shades of Medium Blue #2803E0
Tints of Medium Blue #2803E0
RGB
CMYK
RGB Variations
Color information
#2803E0 (or 0x2803E0) is known color: Medium Blue. HEX triplet: 28, 03 and E0. RGB value is (40,3,224). Sum of RGB (Red+Green+Blue) = 40+3+224=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 224 (87.89% from 255 or 83.90% from 267); Max value from RGB is 224 - color contains mainly: blue. Hex color #2803E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2803E0 is #D7FC1F. Grayscale: #262626. Windows color (decimal): -14154784 or 14680872. OLE color: 14680872.
HSL color Cylindrical-coordinate representation of color #2803E0: hue angle of 250.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2803E0 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 3 | 224 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.12 |
| HSL | 250.05º | 0.97% | 0.45% | - |
| HSV(B) | 250.05º | 0.99% | 0.88% | - |
| XYZ | 14.36 | 5.9 | 70.9 | - |
| YUV | 39.26 | 232.26 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 224 | 0.82 | 0.99 | 0 | 0.12 | 250.05 | 0.97 | 0.45 |
| Hex | 28 | 3 | E0 | 52 | 63 | 0 | C | FA | 61 | 2D |
| Octal | 50 | 3 | 340 | 122 | 143 | 0 | 14 | 372 | 141 | 55 |
| Binary | 101000 | 11 | 11100000 | 1010010 | 1100011 | 0 | 1100 | 11111010 | 1100001 | 101101 |
Color Harmonies of #2803E0
Complementary color
Monochromatic Colors of #2803E0
Black with #2803E0
Text Example
Text Example
White with #2803E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803E0; }
p { color: rgb(40,3,224); }
H1.HeaderClassName
{
color: #2803E0;
}
.AnyTagClassName
{
color: #2803E0;
}
</style>
background-color css
<style>
a { background-color: #2803E0; }
a { background-color: rgb(40,3,224); }
div.DivClassName
{
background-color: #2803E0;
}
.BgClassName
{
background-color: #2803E0;
}
</style>
border-color css
<style>
span { border-color: #2803E0; }
span { border-color: rgb(40,3,224); }
td.TdClassName
{
border-color: #2803E0;
}
.TagClassName
{
border-color: #2803E0;
}
</style>