Shades of Blue #2400F9
Tints of Blue #2400F9
RGB
CMYK
RGB Variations
Color information
#2400F9 (or 0x2400F9) is known color: Blue. HEX triplet: 24, 00 and F9. RGB value is (36,0,249). Sum of RGB (Red+Green+Blue) = 36+0+249=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 249 (97.66% from 255 or 87.37% from 285); Max value from RGB is 249 - color contains mainly: blue. Hex color #2400F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2400F9 is #DBFF06. Grayscale: #262626. Windows color (decimal): -14417671 or 16318500. OLE color: 16318500.
HSL color Cylindrical-coordinate representation of color #2400F9: hue angle of 248.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400F9 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 0 | 249 | - |
| CMYK | 0.86 | 1 | 0 | 0.02 |
| HSL | 248.67º | 1% | 0.49% | - |
| HSV(B) | 248.67º | 1% | 0.98% | - |
| XYZ | 17.83 | 7.21 | 90.08 | - |
| YUV | 39.15 | 246.43 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 249 | 0.86 | 1 | 0 | 0.02 | 248.67 | 1 | 0.49 |
| Hex | 24 | 0 | F9 | 56 | 64 | 0 | 2 | F9 | 64 | 31 |
| Octal | 44 | 0 | 371 | 126 | 144 | 0 | 2 | 371 | 144 | 61 |
| Binary | 100100 | 0 | 11111001 | 1010110 | 1100100 | 0 | 10 | 11111001 | 1100100 | 110001 |
Color Harmonies of #2400F9
Complementary color
Monochromatic Colors of #2400F9
Black with #2400F9
Text Example
Text Example
White with #2400F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400F9; }
p { color: rgb(36,0,249); }
H1.HeaderClassName
{
color: #2400F9;
}
.AnyTagClassName
{
color: #2400F9;
}
</style>
background-color css
<style>
a { background-color: #2400F9; }
a { background-color: rgb(36,0,249); }
div.DivClassName
{
background-color: #2400F9;
}
.BgClassName
{
background-color: #2400F9;
}
</style>
border-color css
<style>
span { border-color: #2400F9; }
span { border-color: rgb(36,0,249); }
td.TdClassName
{
border-color: #2400F9;
}
.TagClassName
{
border-color: #2400F9;
}
</style>