Shades of Royal Blue #2456FE
Tints of Royal Blue #2456FE
RGB
CMYK
RGB Variations
Color information
#2456FE (or 0x2456FE) is known color: Royal Blue. HEX triplet: 24, 56 and FE. RGB value is (36,86,254). Sum of RGB (Red+Green+Blue) = 36+86+254=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #2456FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2456FE is #DBA901. Grayscale: #595959. Windows color (decimal): -14395650 or 16668196. OLE color: 16668196.
HSL color Cylindrical-coordinate representation of color #2456FE: hue angle of 226.24º 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 #2456FE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 86 | 254 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.00 |
| HSL | 226.24º | 0.99% | 0.57% | - |
| HSV(B) | 226.24º | 0.86% | 1% | - |
| XYZ | 21.94 | 14.19 | 95.35 | - |
| YUV | 90.2 | 220.44 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 254 | 0.86 | 0.66 | 0 | 0.00 | 226.24 | 0.99 | 0.57 |
| Hex | 24 | 56 | FE | 56 | 42 | 0 | 0 | E2 | 63 | 39 |
| Octal | 44 | 126 | 376 | 126 | 102 | 0 | 0 | 342 | 143 | 71 |
| Binary | 100100 | 1010110 | 11111110 | 1010110 | 1000010 | 0 | 0 | 11100010 | 1100011 | 111001 |
Color Harmonies of #2456FE
Complementary color
Monochromatic Colors of #2456FE
Black with #2456FE
Text Example
Text Example
White with #2456FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2456FE; }
p { color: rgb(36,86,254); }
H1.HeaderClassName
{
color: #2456FE;
}
.AnyTagClassName
{
color: #2456FE;
}
</style>
background-color css
<style>
a { background-color: #2456FE; }
a { background-color: rgb(36,86,254); }
div.DivClassName
{
background-color: #2456FE;
}
.BgClassName
{
background-color: #2456FE;
}
</style>
border-color css
<style>
span { border-color: #2456FE; }
span { border-color: rgb(36,86,254); }
td.TdClassName
{
border-color: #2456FE;
}
.TagClassName
{
border-color: #2456FE;
}
</style>