Shades of Medium Blue #2803BD
Tints of Medium Blue #2803BD
RGB
CMYK
RGB Variations
Color information
#2803BD (or 0x2803BD) is known color: Medium Blue. HEX triplet: 28, 03 and BD. RGB value is (40,3,189). Sum of RGB (Red+Green+Blue) = 40+3+189=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #2803BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2803BD is #D7FC42. Grayscale: #222222. Windows color (decimal): -14154819 or 12387112. OLE color: 12387112.
HSL color Cylindrical-coordinate representation of color #2803BD: hue angle of 251.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2803BD is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 3 | 189 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.26 |
| HSL | 251.94º | 0.97% | 0.38% | - |
| HSV(B) | 251.94º | 0.98% | 0.74% | - |
| XYZ | 10.09 | 4.19 | 48.42 | - |
| YUV | 35.27 | 214.76 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 189 | 0.79 | 0.98 | 0 | 0.26 | 251.94 | 0.97 | 0.38 |
| Hex | 28 | 3 | BD | 4F | 62 | 0 | 1A | FC | 61 | 26 |
| Octal | 50 | 3 | 275 | 117 | 142 | 0 | 32 | 374 | 141 | 46 |
| Binary | 101000 | 11 | 10111101 | 1001111 | 1100010 | 0 | 11010 | 11111100 | 1100001 | 100110 |
Color Harmonies of #2803BD
Complementary color
Monochromatic Colors of #2803BD
Black with #2803BD
Text Example
Text Example
White with #2803BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803BD; }
p { color: rgb(40,3,189); }
H1.HeaderClassName
{
color: #2803BD;
}
.AnyTagClassName
{
color: #2803BD;
}
</style>
background-color css
<style>
a { background-color: #2803BD; }
a { background-color: rgb(40,3,189); }
div.DivClassName
{
background-color: #2803BD;
}
.BgClassName
{
background-color: #2803BD;
}
</style>
border-color css
<style>
span { border-color: #2803BD; }
span { border-color: rgb(40,3,189); }
td.TdClassName
{
border-color: #2803BD;
}
.TagClassName
{
border-color: #2803BD;
}
</style>