Shades of Medium Blue #2804BD
Tints of Medium Blue #2804BD
RGB
CMYK
RGB Variations
Color information
#2804BD (or 0x2804BD) is known color: Medium Blue. HEX triplet: 28, 04 and BD. RGB value is (40,4,189). Sum of RGB (Red+Green+Blue) = 40+4+189=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #2804BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2804BD is #D7FB42. Grayscale: #232323. Windows color (decimal): -14154563 or 12387368. OLE color: 12387368.
HSL color Cylindrical-coordinate representation of color #2804BD: hue angle of 251.68º degrees, saturation: 0.96, 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 #2804BD is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 4 | 189 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.26 |
| HSL | 251.68º | 0.96% | 0.38% | - |
| HSV(B) | 251.68º | 0.98% | 0.74% | - |
| XYZ | 10.1 | 4.21 | 48.42 | - |
| YUV | 35.85 | 214.43 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 189 | 0.79 | 0.98 | 0 | 0.26 | 251.68 | 0.96 | 0.38 |
| Hex | 28 | 4 | BD | 4F | 62 | 0 | 1A | FC | 60 | 26 |
| Octal | 50 | 4 | 275 | 117 | 142 | 0 | 32 | 374 | 140 | 46 |
| Binary | 101000 | 100 | 10111101 | 1001111 | 1100010 | 0 | 11010 | 11111100 | 1100000 | 100110 |
Color Harmonies of #2804BD
Complementary color
Monochromatic Colors of #2804BD
Black with #2804BD
Text Example
Text Example
White with #2804BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2804BD; }
p { color: rgb(40,4,189); }
H1.HeaderClassName
{
color: #2804BD;
}
.AnyTagClassName
{
color: #2804BD;
}
</style>
background-color css
<style>
a { background-color: #2804BD; }
a { background-color: rgb(40,4,189); }
div.DivClassName
{
background-color: #2804BD;
}
.BgClassName
{
background-color: #2804BD;
}
</style>
border-color css
<style>
span { border-color: #2804BD; }
span { border-color: rgb(40,4,189); }
td.TdClassName
{
border-color: #2804BD;
}
.TagClassName
{
border-color: #2804BD;
}
</style>