Shades of Blue #2407FF
Tints of Blue #2407FF
RGB
CMYK
RGB Variations
Color information
#2407FF (or 0x2407FF) is known color: Blue. HEX triplet: 24, 07 and FF. RGB value is (36,7,255). Sum of RGB (Red+Green+Blue) = 36+7+255=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 255 (100% from 255 or 85.57% from 298); Max value from RGB is 255 - color contains mainly: blue. Hex color #2407FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2407FF is #DBF800. Grayscale: #2A2A2A. Windows color (decimal): -14415873 or 16713508. OLE color: 16713508.
HSL color Cylindrical-coordinate representation of color #2407FF: hue angle of 247.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2407FF is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 7 | 255 | - |
| CMYK | 0.86 | 0.97 | 0 | 0 |
| HSL | 247.02º | 1% | 0.51% | - |
| HSV(B) | 247.02º | 0.97% | 1% | - |
| XYZ | 18.85 | 7.75 | 95.11 | - |
| YUV | 43.94 | 247.11 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 255 | 0.86 | 0.97 | 0 | 0 | 247.02 | 1 | 0.51 |
| Hex | 24 | 7 | FF | 56 | 61 | 0 | 0 | F7 | 64 | 33 |
| Octal | 44 | 7 | 377 | 126 | 141 | 0 | 0 | 367 | 144 | 63 |
| Binary | 100100 | 111 | 11111111 | 1010110 | 1100001 | 0 | 0 | 11110111 | 1100100 | 110011 |
Color Harmonies of #2407FF
Complementary color
Monochromatic Colors of #2407FF
Black with #2407FF
Text Example
Text Example
White with #2407FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2407FF; }
p { color: rgb(36,7,255); }
H1.HeaderClassName
{
color: #2407FF;
}
.AnyTagClassName
{
color: #2407FF;
}
</style>
background-color css
<style>
a { background-color: #2407FF; }
a { background-color: rgb(36,7,255); }
div.DivClassName
{
background-color: #2407FF;
}
.BgClassName
{
background-color: #2407FF;
}
</style>
border-color css
<style>
span { border-color: #2407FF; }
span { border-color: rgb(36,7,255); }
td.TdClassName
{
border-color: #2407FF;
}
.TagClassName
{
border-color: #2407FF;
}
</style>