Shades of Medium Blue #2407BC
Tints of Medium Blue #2407BC
RGB
CMYK
RGB Variations
Color information
#2407BC (or 0x2407BC) is known color: Medium Blue. HEX triplet: 24, 07 and BC. RGB value is (36,7,188). Sum of RGB (Red+Green+Blue) = 36+7+188=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #2407BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2407BC is #DBF843. Grayscale: #232323. Windows color (decimal): -14415940 or 12322596. OLE color: 12322596.
HSL color Cylindrical-coordinate representation of color #2407BC: hue angle of 249.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2407BC is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 7 | 188 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.26 |
| HSL | 249.61º | 0.93% | 0.38% | - |
| HSV(B) | 249.61º | 0.96% | 0.74% | - |
| XYZ | 9.88 | 4.16 | 47.86 | - |
| YUV | 36.31 | 213.61 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 188 | 0.81 | 0.96 | 0 | 0.26 | 249.61 | 0.93 | 0.38 |
| Hex | 24 | 7 | BC | 51 | 60 | 0 | 1A | FA | 5D | 26 |
| Octal | 44 | 7 | 274 | 121 | 140 | 0 | 32 | 372 | 135 | 46 |
| Binary | 100100 | 111 | 10111100 | 1010001 | 1100000 | 0 | 11010 | 11111010 | 1011101 | 100110 |
Color Harmonies of #2407BC
Complementary color
Monochromatic Colors of #2407BC
Black with #2407BC
Text Example
Text Example
White with #2407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2407BC; }
p { color: rgb(36,7,188); }
H1.HeaderClassName
{
color: #2407BC;
}
.AnyTagClassName
{
color: #2407BC;
}
</style>
background-color css
<style>
a { background-color: #2407BC; }
a { background-color: rgb(36,7,188); }
div.DivClassName
{
background-color: #2407BC;
}
.BgClassName
{
background-color: #2407BC;
}
</style>
border-color css
<style>
span { border-color: #2407BC; }
span { border-color: rgb(36,7,188); }
td.TdClassName
{
border-color: #2407BC;
}
.TagClassName
{
border-color: #2407BC;
}
</style>