Shades of Blue #2400EB
Tints of Blue #2400EB
RGB
CMYK
RGB Variations
Color information
#2400EB (or 0x2400EB) is known color: Blue. HEX triplet: 24, 00 and EB. RGB value is (36,0,235). Sum of RGB (Red+Green+Blue) = 36+0+235=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 235 (92.19% from 255 or 86.72% from 271); Max value from RGB is 235 - color contains mainly: blue. Hex color #2400EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2400EB is #DBFF14. Grayscale: #242424. Windows color (decimal): -14417685 or 15400996. OLE color: 15400996.
HSL color Cylindrical-coordinate representation of color #2400EB: hue angle of 249.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400EB is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 0 | 235 | - |
| CMYK | 0.85 | 1 | 0 | 0.08 |
| HSL | 249.19º | 1% | 0.46% | - |
| HSV(B) | 249.19º | 1% | 0.92% | - |
| XYZ | 15.72 | 6.37 | 79 | - |
| YUV | 37.55 | 239.43 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 235 | 0.85 | 1 | 0 | 0.08 | 249.19 | 1 | 0.46 |
| Hex | 24 | 0 | EB | 55 | 64 | 0 | 8 | F9 | 64 | 2E |
| Octal | 44 | 0 | 353 | 125 | 144 | 0 | 10 | 371 | 144 | 56 |
| Binary | 100100 | 0 | 11101011 | 1010101 | 1100100 | 0 | 1000 | 11111001 | 1100100 | 101110 |
Color Harmonies of #2400EB
Complementary color
Monochromatic Colors of #2400EB
Black with #2400EB
Text Example
Text Example
White with #2400EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400EB; }
p { color: rgb(36,0,235); }
H1.HeaderClassName
{
color: #2400EB;
}
.AnyTagClassName
{
color: #2400EB;
}
</style>
background-color css
<style>
a { background-color: #2400EB; }
a { background-color: rgb(36,0,235); }
div.DivClassName
{
background-color: #2400EB;
}
.BgClassName
{
background-color: #2400EB;
}
</style>
border-color css
<style>
span { border-color: #2400EB; }
span { border-color: rgb(36,0,235); }
td.TdClassName
{
border-color: #2400EB;
}
.TagClassName
{
border-color: #2400EB;
}
</style>