Shades of Medium Blue #2407BF
Tints of Medium Blue #2407BF
RGB
CMYK
RGB Variations
Color information
#2407BF (or 0x2407BF) is known color: Medium Blue. HEX triplet: 24, 07 and BF. RGB value is (36,7,191). Sum of RGB (Red+Green+Blue) = 36+7+191=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #2407BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2407BF is #DBF840. Grayscale: #232323. Windows color (decimal): -14415937 or 12519204. OLE color: 12519204.
HSL color Cylindrical-coordinate representation of color #2407BF: hue angle of 249.46º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2407BF is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 7 | 191 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.25 |
| HSL | 249.46º | 0.93% | 0.39% | - |
| HSV(B) | 249.46º | 0.96% | 0.75% | - |
| XYZ | 10.21 | 4.29 | 49.58 | - |
| YUV | 36.65 | 215.11 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 191 | 0.81 | 0.96 | 0 | 0.25 | 249.46 | 0.93 | 0.39 |
| Hex | 24 | 7 | BF | 51 | 60 | 0 | 19 | F9 | 5D | 27 |
| Octal | 44 | 7 | 277 | 121 | 140 | 0 | 31 | 371 | 135 | 47 |
| Binary | 100100 | 111 | 10111111 | 1010001 | 1100000 | 0 | 11001 | 11111001 | 1011101 | 100111 |
Color Harmonies of #2407BF
Complementary color
Monochromatic Colors of #2407BF
Black with #2407BF
Text Example
Text Example
White with #2407BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2407BF; }
p { color: rgb(36,7,191); }
H1.HeaderClassName
{
color: #2407BF;
}
.AnyTagClassName
{
color: #2407BF;
}
</style>
background-color css
<style>
a { background-color: #2407BF; }
a { background-color: rgb(36,7,191); }
div.DivClassName
{
background-color: #2407BF;
}
.BgClassName
{
background-color: #2407BF;
}
</style>
border-color css
<style>
span { border-color: #2407BF; }
span { border-color: rgb(36,7,191); }
td.TdClassName
{
border-color: #2407BF;
}
.TagClassName
{
border-color: #2407BF;
}
</style>