Shades of Blue #2400EA
Tints of Blue #2400EA
RGB
CMYK
RGB Variations
Color information
#2400EA (or 0x2400EA) is known color: Blue. HEX triplet: 24, 00 and EA. RGB value is (36,0,234). Sum of RGB (Red+Green+Blue) = 36+0+234=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 234 (91.80% from 255 or 86.67% from 270); Max value from RGB is 234 - color contains mainly: blue. Hex color #2400EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2400EA is #DBFF15. Grayscale: #242424. Windows color (decimal): -14417686 or 15335460. OLE color: 15335460.
HSL color Cylindrical-coordinate representation of color #2400EA: hue angle of 249.23º 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 #2400EA is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 0 | 234 | - |
| CMYK | 0.85 | 1 | 0 | 0.08 |
| HSL | 249.23º | 1% | 0.46% | - |
| HSV(B) | 249.23º | 1% | 0.92% | - |
| XYZ | 15.58 | 6.32 | 78.24 | - |
| YUV | 37.44 | 238.93 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 234 | 0.85 | 1 | 0 | 0.08 | 249.23 | 1 | 0.46 |
| Hex | 24 | 0 | EA | 55 | 64 | 0 | 8 | F9 | 64 | 2E |
| Octal | 44 | 0 | 352 | 125 | 144 | 0 | 10 | 371 | 144 | 56 |
| Binary | 100100 | 0 | 11101010 | 1010101 | 1100100 | 0 | 1000 | 11111001 | 1100100 | 101110 |
Color Harmonies of #2400EA
Complementary color
Monochromatic Colors of #2400EA
Black with #2400EA
Text Example
Text Example
White with #2400EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400EA; }
p { color: rgb(36,0,234); }
H1.HeaderClassName
{
color: #2400EA;
}
.AnyTagClassName
{
color: #2400EA;
}
</style>
background-color css
<style>
a { background-color: #2400EA; }
a { background-color: rgb(36,0,234); }
div.DivClassName
{
background-color: #2400EA;
}
.BgClassName
{
background-color: #2400EA;
}
</style>
border-color css
<style>
span { border-color: #2400EA; }
span { border-color: rgb(36,0,234); }
td.TdClassName
{
border-color: #2400EA;
}
.TagClassName
{
border-color: #2400EA;
}
</style>