Shades of Royal Blue #2A5CFA
Tints of Royal Blue #2A5CFA
RGB
CMYK
RGB Variations
Color information
#2A5CFA (or 0x2A5CFA) is known color: Royal Blue. HEX triplet: 2A, 5C and FA. RGB value is (42,92,250). Sum of RGB (Red+Green+Blue) = 42+92+250=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A5CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5CFA is #D5A305. Grayscale: #5E5E5E. Windows color (decimal): -14000902 or 16407594. OLE color: 16407594.
HSL color Cylindrical-coordinate representation of color #2A5CFA: hue angle of 225.58º 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 #2A5CFA is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 92 | 250 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.02 |
| HSL | 225.58º | 0.95% | 0.57% | - |
| HSV(B) | 225.58º | 0.83% | 0.98% | - |
| XYZ | 22.04 | 15.05 | 92.19 | - |
| YUV | 95.06 | 215.44 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 250 | 0.83 | 0.63 | 0 | 0.02 | 225.58 | 0.95 | 0.57 |
| Hex | 2A | 5C | FA | 53 | 3F | 0 | 2 | E2 | 5F | 39 |
| Octal | 52 | 134 | 372 | 123 | 77 | 0 | 2 | 342 | 137 | 71 |
| Binary | 101010 | 1011100 | 11111010 | 1010011 | 111111 | 0 | 10 | 11100010 | 1011111 | 111001 |
Color Harmonies of #2A5CFA
Complementary color
Monochromatic Colors of #2A5CFA
Black with #2A5CFA
Text Example
Text Example
White with #2A5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5CFA; }
p { color: rgb(42,92,250); }
H1.HeaderClassName
{
color: #2A5CFA;
}
.AnyTagClassName
{
color: #2A5CFA;
}
</style>
background-color css
<style>
a { background-color: #2A5CFA; }
a { background-color: rgb(42,92,250); }
div.DivClassName
{
background-color: #2A5CFA;
}
.BgClassName
{
background-color: #2A5CFA;
}
</style>
border-color css
<style>
span { border-color: #2A5CFA; }
span { border-color: rgb(42,92,250); }
td.TdClassName
{
border-color: #2A5CFA;
}
.TagClassName
{
border-color: #2A5CFA;
}
</style>