Shades of Medium Blue #2406BD
Tints of Medium Blue #2406BD
RGB
CMYK
RGB Variations
Color information
#2406BD (or 0x2406BD) is known color: Medium Blue. HEX triplet: 24, 06 and BD. RGB value is (36,6,189). Sum of RGB (Red+Green+Blue) = 36+6+189=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #2406BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2406BD is #DBF942. Grayscale: #232323. Windows color (decimal): -14416195 or 12387876. OLE color: 12387876.
HSL color Cylindrical-coordinate representation of color #2406BD: hue angle of 249.84º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2406BD is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 6 | 189 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.26 |
| HSL | 249.84º | 0.94% | 0.38% | - |
| HSV(B) | 249.84º | 0.97% | 0.74% | - |
| XYZ | 9.98 | 4.18 | 48.42 | - |
| YUV | 35.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 189 | 0.81 | 0.97 | 0 | 0.26 | 249.84 | 0.94 | 0.38 |
| Hex | 24 | 6 | BD | 51 | 61 | 0 | 1A | FA | 5E | 26 |
| Octal | 44 | 6 | 275 | 121 | 141 | 0 | 32 | 372 | 136 | 46 |
| Binary | 100100 | 110 | 10111101 | 1010001 | 1100001 | 0 | 11010 | 11111010 | 1011110 | 100110 |
Color Harmonies of #2406BD
Complementary color
Monochromatic Colors of #2406BD
Black with #2406BD
Text Example
Text Example
White with #2406BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2406BD; }
p { color: rgb(36,6,189); }
H1.HeaderClassName
{
color: #2406BD;
}
.AnyTagClassName
{
color: #2406BD;
}
</style>
background-color css
<style>
a { background-color: #2406BD; }
a { background-color: rgb(36,6,189); }
div.DivClassName
{
background-color: #2406BD;
}
.BgClassName
{
background-color: #2406BD;
}
</style>
border-color css
<style>
span { border-color: #2406BD; }
span { border-color: rgb(36,6,189); }
td.TdClassName
{
border-color: #2406BD;
}
.TagClassName
{
border-color: #2406BD;
}
</style>