Shades of Medium Blue #2404B7
Tints of Medium Blue #2404B7
RGB
CMYK
RGB Variations
Color information
#2404B7 (or 0x2404B7) is known color: Medium Blue. HEX triplet: 24, 04 and B7. RGB value is (36,4,183). Sum of RGB (Red+Green+Blue) = 36+4+183=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 183 (71.88% from 255 or 82.06% from 223); Max value from RGB is 183 - color contains mainly: blue. Hex color #2404B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404B7 is #DBFB48. Grayscale: #212121. Windows color (decimal): -14416713 or 11994148. OLE color: 11994148.
HSL color Cylindrical-coordinate representation of color #2404B7: hue angle of 250.73º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404B7 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 36 | 4 | 183 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.28 |
| HSL | 250.73º | 0.96% | 0.37% | - |
| HSV(B) | 250.73º | 0.98% | 0.72% | - |
| XYZ | 9.32 | 3.88 | 45.06 | - |
| YUV | 33.97 | 212.1 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 183 | 0.80 | 0.98 | 0 | 0.28 | 250.73 | 0.96 | 0.37 |
| Hex | 24 | 4 | B7 | 50 | 62 | 0 | 1C | FB | 60 | 25 |
| Octal | 44 | 4 | 267 | 120 | 142 | 0 | 34 | 373 | 140 | 45 |
| Binary | 100100 | 100 | 10110111 | 1010000 | 1100010 | 0 | 11100 | 11111011 | 1100000 | 100101 |
Color Harmonies of #2404B7
Complementary color
Monochromatic Colors of #2404B7
Black with #2404B7
Text Example
Text Example
White with #2404B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404B7; }
p { color: rgb(36,4,183); }
H1.HeaderClassName
{
color: #2404B7;
}
.AnyTagClassName
{
color: #2404B7;
}
</style>
background-color css
<style>
a { background-color: #2404B7; }
a { background-color: rgb(36,4,183); }
div.DivClassName
{
background-color: #2404B7;
}
.BgClassName
{
background-color: #2404B7;
}
</style>
border-color css
<style>
span { border-color: #2404B7; }
span { border-color: rgb(36,4,183); }
td.TdClassName
{
border-color: #2404B7;
}
.TagClassName
{
border-color: #2404B7;
}
</style>