Shades of Royal Blue #246AFE
Tints of Royal Blue #246AFE
RGB
CMYK
RGB Variations
Color information
#246AFE (or 0x246AFE) is known color: Royal Blue. HEX triplet: 24, 6A and FE. RGB value is (36,106,254). Sum of RGB (Red+Green+Blue) = 36+106+254=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #246AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246AFE is #DB9501. Grayscale: #656565. Windows color (decimal): -14390530 or 16673316. OLE color: 16673316.
HSL color Cylindrical-coordinate representation of color #246AFE: hue angle of 220.73º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #246AFE is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 106 | 254 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.00 |
| HSL | 220.73º | 0.99% | 0.57% | - |
| HSV(B) | 220.73º | 0.86% | 1% | - |
| XYZ | 23.77 | 17.84 | 95.96 | - |
| YUV | 101.94 | 213.81 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 254 | 0.86 | 0.58 | 0 | 0.00 | 220.73 | 0.99 | 0.57 |
| Hex | 24 | 6A | FE | 56 | 3A | 0 | 0 | DD | 63 | 39 |
| Octal | 44 | 152 | 376 | 126 | 72 | 0 | 0 | 335 | 143 | 71 |
| Binary | 100100 | 1101010 | 11111110 | 1010110 | 111010 | 0 | 0 | 11011101 | 1100011 | 111001 |
Color Harmonies of #246AFE
Complementary color
Monochromatic Colors of #246AFE
Black with #246AFE
Text Example
Text Example
White with #246AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AFE; }
p { color: rgb(36,106,254); }
H1.HeaderClassName
{
color: #246AFE;
}
.AnyTagClassName
{
color: #246AFE;
}
</style>
background-color css
<style>
a { background-color: #246AFE; }
a { background-color: rgb(36,106,254); }
div.DivClassName
{
background-color: #246AFE;
}
.BgClassName
{
background-color: #246AFE;
}
</style>
border-color css
<style>
span { border-color: #246AFE; }
span { border-color: rgb(36,106,254); }
td.TdClassName
{
border-color: #246AFE;
}
.TagClassName
{
border-color: #246AFE;
}
</style>