Shades of Royal Blue #2A56FA
Tints of Royal Blue #2A56FA
RGB
CMYK
RGB Variations
Color information
#2A56FA (or 0x2A56FA) is known color: Royal Blue. HEX triplet: 2A, 56 and FA. RGB value is (42,86,250). Sum of RGB (Red+Green+Blue) = 42+86+250=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A56FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A56FA is #D5A905. Grayscale: #5A5A5A. Windows color (decimal): -14002438 or 16406058. OLE color: 16406058.
HSL color Cylindrical-coordinate representation of color #2A56FA: hue angle of 227.31º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A56FA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 86 | 250 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.02 |
| HSL | 227.31º | 0.95% | 0.57% | - |
| HSV(B) | 227.31º | 0.83% | 0.98% | - |
| XYZ | 21.54 | 14.05 | 92.02 | - |
| YUV | 91.54 | 217.42 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 250 | 0.83 | 0.66 | 0 | 0.02 | 227.31 | 0.95 | 0.57 |
| Hex | 2A | 56 | FA | 53 | 42 | 0 | 2 | E3 | 5F | 39 |
| Octal | 52 | 126 | 372 | 123 | 102 | 0 | 2 | 343 | 137 | 71 |
| Binary | 101010 | 1010110 | 11111010 | 1010011 | 1000010 | 0 | 10 | 11100011 | 1011111 | 111001 |
Color Harmonies of #2A56FA
Complementary color
Monochromatic Colors of #2A56FA
Black with #2A56FA
Text Example
Text Example
White with #2A56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A56FA; }
p { color: rgb(42,86,250); }
H1.HeaderClassName
{
color: #2A56FA;
}
.AnyTagClassName
{
color: #2A56FA;
}
</style>
background-color css
<style>
a { background-color: #2A56FA; }
a { background-color: rgb(42,86,250); }
div.DivClassName
{
background-color: #2A56FA;
}
.BgClassName
{
background-color: #2A56FA;
}
</style>
border-color css
<style>
span { border-color: #2A56FA; }
span { border-color: rgb(42,86,250); }
td.TdClassName
{
border-color: #2A56FA;
}
.TagClassName
{
border-color: #2A56FA;
}
</style>