Shades of Medium Blue #2805C5
Tints of Medium Blue #2805C5
RGB
CMYK
RGB Variations
Color information
#2805C5 (or 0x2805C5) is known color: Medium Blue. HEX triplet: 28, 05 and C5. RGB value is (40,5,197). Sum of RGB (Red+Green+Blue) = 40+5+197=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 197 (77.34% from 255 or 81.40% from 242); Max value from RGB is 197 - color contains mainly: blue. Hex color #2805C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2805C5 is #D7FA3A. Grayscale: #242424. Windows color (decimal): -14154299 or 12911912. OLE color: 12911912.
HSL color Cylindrical-coordinate representation of color #2805C5: hue angle of 250.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2805C5 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 5 | 197 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.23 |
| HSL | 250.94º | 0.95% | 0.4% | - |
| HSV(B) | 250.94º | 0.97% | 0.77% | - |
| XYZ | 11.01 | 4.59 | 53.13 | - |
| YUV | 37.35 | 218.1 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 197 | 0.80 | 0.97 | 0 | 0.23 | 250.94 | 0.95 | 0.4 |
| Hex | 28 | 5 | C5 | 50 | 61 | 0 | 17 | FB | 5F | 28 |
| Octal | 50 | 5 | 305 | 120 | 141 | 0 | 27 | 373 | 137 | 50 |
| Binary | 101000 | 101 | 11000101 | 1010000 | 1100001 | 0 | 10111 | 11111011 | 1011111 | 101000 |
Color Harmonies of #2805C5
Complementary color
Monochromatic Colors of #2805C5
Black with #2805C5
Text Example
Text Example
White with #2805C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2805C5; }
p { color: rgb(40,5,197); }
H1.HeaderClassName
{
color: #2805C5;
}
.AnyTagClassName
{
color: #2805C5;
}
</style>
background-color css
<style>
a { background-color: #2805C5; }
a { background-color: rgb(40,5,197); }
div.DivClassName
{
background-color: #2805C5;
}
.BgClassName
{
background-color: #2805C5;
}
</style>
border-color css
<style>
span { border-color: #2805C5; }
span { border-color: rgb(40,5,197); }
td.TdClassName
{
border-color: #2805C5;
}
.TagClassName
{
border-color: #2805C5;
}
</style>