Shades of Medium Blue #2404BF
Tints of Medium Blue #2404BF
RGB
CMYK
RGB Variations
Color information
#2404BF (or 0x2404BF) is known color: Medium Blue. HEX triplet: 24, 04 and BF. RGB value is (36,4,191). Sum of RGB (Red+Green+Blue) = 36+4+191=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #2404BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404BF is #DBFB40. Grayscale: #222222. Windows color (decimal): -14416705 or 12518436. OLE color: 12518436.
HSL color Cylindrical-coordinate representation of color #2404BF: hue angle of 250.27º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404BF is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 4 | 191 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.25 |
| HSL | 250.27º | 0.96% | 0.38% | - |
| HSV(B) | 250.27º | 0.98% | 0.75% | - |
| XYZ | 10.17 | 4.22 | 49.57 | - |
| YUV | 34.89 | 216.1 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 191 | 0.81 | 0.98 | 0 | 0.25 | 250.27 | 0.96 | 0.38 |
| Hex | 24 | 4 | BF | 51 | 62 | 0 | 19 | FA | 60 | 26 |
| Octal | 44 | 4 | 277 | 121 | 142 | 0 | 31 | 372 | 140 | 46 |
| Binary | 100100 | 100 | 10111111 | 1010001 | 1100010 | 0 | 11001 | 11111010 | 1100000 | 100110 |
Color Harmonies of #2404BF
Complementary color
Monochromatic Colors of #2404BF
Black with #2404BF
Text Example
Text Example
White with #2404BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404BF; }
p { color: rgb(36,4,191); }
H1.HeaderClassName
{
color: #2404BF;
}
.AnyTagClassName
{
color: #2404BF;
}
</style>
background-color css
<style>
a { background-color: #2404BF; }
a { background-color: rgb(36,4,191); }
div.DivClassName
{
background-color: #2404BF;
}
.BgClassName
{
background-color: #2404BF;
}
</style>
border-color css
<style>
span { border-color: #2404BF; }
span { border-color: rgb(36,4,191); }
td.TdClassName
{
border-color: #2404BF;
}
.TagClassName
{
border-color: #2404BF;
}
</style>