Shades of Medium Blue #2804DA
Tints of Medium Blue #2804DA
RGB
CMYK
RGB Variations
Color information
#2804DA (or 0x2804DA) is known color: Medium Blue. HEX triplet: 28, 04 and DA. RGB value is (40,4,218). Sum of RGB (Red+Green+Blue) = 40+4+218=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #2804DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2804DA is #D7FB25. Grayscale: #262626. Windows color (decimal): -14154534 or 14287912. OLE color: 14287912.
HSL color Cylindrical-coordinate representation of color #2804DA: hue angle of 250.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2804DA is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 4 | 218 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.15 |
| HSL | 250.09º | 0.96% | 0.44% | - |
| HSV(B) | 250.09º | 0.98% | 0.85% | - |
| XYZ | 13.57 | 5.6 | 66.7 | - |
| YUV | 39.16 | 228.93 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 218 | 0.82 | 0.98 | 0 | 0.15 | 250.09 | 0.96 | 0.44 |
| Hex | 28 | 4 | DA | 52 | 62 | 0 | F | FA | 60 | 2C |
| Octal | 50 | 4 | 332 | 122 | 142 | 0 | 17 | 372 | 140 | 54 |
| Binary | 101000 | 100 | 11011010 | 1010010 | 1100010 | 0 | 1111 | 11111010 | 1100000 | 101100 |
Color Harmonies of #2804DA
Complementary color
Monochromatic Colors of #2804DA
Black with #2804DA
Text Example
Text Example
White with #2804DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2804DA; }
p { color: rgb(40,4,218); }
H1.HeaderClassName
{
color: #2804DA;
}
.AnyTagClassName
{
color: #2804DA;
}
</style>
background-color css
<style>
a { background-color: #2804DA; }
a { background-color: rgb(40,4,218); }
div.DivClassName
{
background-color: #2804DA;
}
.BgClassName
{
background-color: #2804DA;
}
</style>
border-color css
<style>
span { border-color: #2804DA; }
span { border-color: rgb(40,4,218); }
td.TdClassName
{
border-color: #2804DA;
}
.TagClassName
{
border-color: #2804DA;
}
</style>