Shades of Medium Blue #2405BA
Tints of Medium Blue #2405BA
RGB
CMYK
RGB Variations
Color information
#2405BA (or 0x2405BA) is known color: Medium Blue. HEX triplet: 24, 05 and BA. RGB value is (36,5,186). Sum of RGB (Red+Green+Blue) = 36+5+186=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #2405BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2405BA is #DBFA45. Grayscale: #222222. Windows color (decimal): -14416454 or 12191012. OLE color: 12191012.
HSL color Cylindrical-coordinate representation of color #2405BA: hue angle of 250.28º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2405BA is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 5 | 186 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.27 |
| HSL | 250.28º | 0.95% | 0.37% | - |
| HSV(B) | 250.28º | 0.97% | 0.73% | - |
| XYZ | 9.64 | 4.03 | 46.72 | - |
| YUV | 34.9 | 213.27 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 186 | 0.81 | 0.97 | 0 | 0.27 | 250.28 | 0.95 | 0.37 |
| Hex | 24 | 5 | BA | 51 | 61 | 0 | 1B | FA | 5F | 25 |
| Octal | 44 | 5 | 272 | 121 | 141 | 0 | 33 | 372 | 137 | 45 |
| Binary | 100100 | 101 | 10111010 | 1010001 | 1100001 | 0 | 11011 | 11111010 | 1011111 | 100101 |
Color Harmonies of #2405BA
Complementary color
Monochromatic Colors of #2405BA
Black with #2405BA
Text Example
Text Example
White with #2405BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2405BA; }
p { color: rgb(36,5,186); }
H1.HeaderClassName
{
color: #2405BA;
}
.AnyTagClassName
{
color: #2405BA;
}
</style>
background-color css
<style>
a { background-color: #2405BA; }
a { background-color: rgb(36,5,186); }
div.DivClassName
{
background-color: #2405BA;
}
.BgClassName
{
background-color: #2405BA;
}
</style>
border-color css
<style>
span { border-color: #2405BA; }
span { border-color: rgb(36,5,186); }
td.TdClassName
{
border-color: #2405BA;
}
.TagClassName
{
border-color: #2405BA;
}
</style>