Shades of Royal Blue #2456FA
Tints of Royal Blue #2456FA
RGB
CMYK
RGB Variations
Color information
#2456FA (or 0x2456FA) is known color: Royal Blue. HEX triplet: 24, 56 and FA. RGB value is (36,86,250). Sum of RGB (Red+Green+Blue) = 36+86+250=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #2456FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2456FA is #DBA905. Grayscale: #595959. Windows color (decimal): -14395654 or 16406052. OLE color: 16406052.
HSL color Cylindrical-coordinate representation of color #2456FA: hue angle of 225.98º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2456FA is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 86 | 250 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.02 |
| HSL | 225.98º | 0.96% | 0.56% | - |
| HSV(B) | 225.98º | 0.86% | 0.98% | - |
| XYZ | 21.31 | 13.93 | 92.01 | - |
| YUV | 89.75 | 218.44 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 250 | 0.86 | 0.66 | 0 | 0.02 | 225.98 | 0.96 | 0.56 |
| Hex | 24 | 56 | FA | 56 | 42 | 0 | 2 | E2 | 60 | 38 |
| Octal | 44 | 126 | 372 | 126 | 102 | 0 | 2 | 342 | 140 | 70 |
| Binary | 100100 | 1010110 | 11111010 | 1010110 | 1000010 | 0 | 10 | 11100010 | 1100000 | 111000 |
Color Harmonies of #2456FA
Complementary color
Monochromatic Colors of #2456FA
Black with #2456FA
Text Example
Text Example
White with #2456FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2456FA; }
p { color: rgb(36,86,250); }
H1.HeaderClassName
{
color: #2456FA;
}
.AnyTagClassName
{
color: #2456FA;
}
</style>
background-color css
<style>
a { background-color: #2456FA; }
a { background-color: rgb(36,86,250); }
div.DivClassName
{
background-color: #2456FA;
}
.BgClassName
{
background-color: #2456FA;
}
</style>
border-color css
<style>
span { border-color: #2456FA; }
span { border-color: rgb(36,86,250); }
td.TdClassName
{
border-color: #2456FA;
}
.TagClassName
{
border-color: #2456FA;
}
</style>