Shades of Blue #2400EF
Tints of Blue #2400EF
RGB
CMYK
RGB Variations
Color information
#2400EF (or 0x2400EF) is known color: Blue. HEX triplet: 24, 00 and EF. RGB value is (36,0,239). Sum of RGB (Red+Green+Blue) = 36+0+239=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 239 (93.75% from 255 or 86.91% from 275); Max value from RGB is 239 - color contains mainly: blue. Hex color #2400EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2400EF is #DBFF10. Grayscale: #252525. Windows color (decimal): -14417681 or 15663140. OLE color: 15663140.
HSL color Cylindrical-coordinate representation of color #2400EF: hue angle of 249.04º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400EF is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 0 | 239 | - |
| CMYK | 0.85 | 1 | 0 | 0.06 |
| HSL | 249.04º | 1% | 0.47% | - |
| HSV(B) | 249.04º | 1% | 0.94% | - |
| XYZ | 16.31 | 6.61 | 82.08 | - |
| YUV | 38.01 | 241.43 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 239 | 0.85 | 1 | 0 | 0.06 | 249.04 | 1 | 0.47 |
| Hex | 24 | 0 | EF | 55 | 64 | 0 | 6 | F9 | 64 | 2F |
| Octal | 44 | 0 | 357 | 125 | 144 | 0 | 6 | 371 | 144 | 57 |
| Binary | 100100 | 0 | 11101111 | 1010101 | 1100100 | 0 | 110 | 11111001 | 1100100 | 101111 |
Color Harmonies of #2400EF
Complementary color
Monochromatic Colors of #2400EF
Black with #2400EF
Text Example
Text Example
White with #2400EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400EF; }
p { color: rgb(36,0,239); }
H1.HeaderClassName
{
color: #2400EF;
}
.AnyTagClassName
{
color: #2400EF;
}
</style>
background-color css
<style>
a { background-color: #2400EF; }
a { background-color: rgb(36,0,239); }
div.DivClassName
{
background-color: #2400EF;
}
.BgClassName
{
background-color: #2400EF;
}
</style>
border-color css
<style>
span { border-color: #2400EF; }
span { border-color: rgb(36,0,239); }
td.TdClassName
{
border-color: #2400EF;
}
.TagClassName
{
border-color: #2400EF;
}
</style>