Shades of Blue #2406FE
Tints of Blue #2406FE
RGB
CMYK
RGB Variations
Color information
#2406FE (or 0x2406FE) is known color: Blue. HEX triplet: 24, 06 and FE. RGB value is (36,6,254). Sum of RGB (Red+Green+Blue) = 36+6+254=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 254 (99.61% from 255 or 85.81% from 296); Max value from RGB is 254 - color contains mainly: blue. Hex color #2406FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2406FE is #DBF901. Grayscale: #2A2A2A. Windows color (decimal): -14416130 or 16647716. OLE color: 16647716.
HSL color Cylindrical-coordinate representation of color #2406FE: hue angle of 247.26º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2406FE is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 6 | 254 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.00 |
| HSL | 247.26º | 0.99% | 0.51% | - |
| HSV(B) | 247.26º | 0.98% | 1% | - |
| XYZ | 18.68 | 7.66 | 94.26 | - |
| YUV | 43.24 | 246.94 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 254 | 0.86 | 0.98 | 0 | 0.00 | 247.26 | 0.99 | 0.51 |
| Hex | 24 | 6 | FE | 56 | 62 | 0 | 0 | F7 | 63 | 33 |
| Octal | 44 | 6 | 376 | 126 | 142 | 0 | 0 | 367 | 143 | 63 |
| Binary | 100100 | 110 | 11111110 | 1010110 | 1100010 | 0 | 0 | 11110111 | 1100011 | 110011 |
Color Harmonies of #2406FE
Complementary color
Monochromatic Colors of #2406FE
Black with #2406FE
Text Example
Text Example
White with #2406FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2406FE; }
p { color: rgb(36,6,254); }
H1.HeaderClassName
{
color: #2406FE;
}
.AnyTagClassName
{
color: #2406FE;
}
</style>
background-color css
<style>
a { background-color: #2406FE; }
a { background-color: rgb(36,6,254); }
div.DivClassName
{
background-color: #2406FE;
}
.BgClassName
{
background-color: #2406FE;
}
</style>
border-color css
<style>
span { border-color: #2406FE; }
span { border-color: rgb(36,6,254); }
td.TdClassName
{
border-color: #2406FE;
}
.TagClassName
{
border-color: #2406FE;
}
</style>