Shades of Blue #2408F8
Tints of Blue #2408F8
RGB
CMYK
RGB Variations
Color information
#2408F8 (or 0x2408F8) is known color: Blue. HEX triplet: 24, 08 and F8. RGB value is (36,8,248). Sum of RGB (Red+Green+Blue) = 36+8+248=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 248 (97.27% from 255 or 84.93% from 292); Max value from RGB is 248 - color contains mainly: blue. Hex color #2408F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2408F8 is #DBF707. Grayscale: #2A2A2A. Windows color (decimal): -14415624 or 16255012. OLE color: 16255012.
HSL color Cylindrical-coordinate representation of color #2408F8: hue angle of 247º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2408F8 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 8 | 248 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.03 |
| HSL | 247º | 0.94% | 0.5% | - |
| HSV(B) | 247º | 0.97% | 0.97% | - |
| XYZ | 17.76 | 7.33 | 89.29 | - |
| YUV | 43.73 | 243.28 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 248 | 0.85 | 0.97 | 0 | 0.03 | 247 | 0.94 | 0.5 |
| Hex | 24 | 8 | F8 | 55 | 61 | 0 | 3 | F7 | 5E | 32 |
| Octal | 44 | 10 | 370 | 125 | 141 | 0 | 3 | 367 | 136 | 62 |
| Binary | 100100 | 1000 | 11111000 | 1010101 | 1100001 | 0 | 11 | 11110111 | 1011110 | 110010 |
Color Harmonies of #2408F8
Complementary color
Monochromatic Colors of #2408F8
Black with #2408F8
Text Example
Text Example
White with #2408F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2408F8; }
p { color: rgb(36,8,248); }
H1.HeaderClassName
{
color: #2408F8;
}
.AnyTagClassName
{
color: #2408F8;
}
</style>
background-color css
<style>
a { background-color: #2408F8; }
a { background-color: rgb(36,8,248); }
div.DivClassName
{
background-color: #2408F8;
}
.BgClassName
{
background-color: #2408F8;
}
</style>
border-color css
<style>
span { border-color: #2408F8; }
span { border-color: rgb(36,8,248); }
td.TdClassName
{
border-color: #2408F8;
}
.TagClassName
{
border-color: #2408F8;
}
</style>