Shades of Royal Blue #2A5DF8
Tints of Royal Blue #2A5DF8
RGB
CMYK
RGB Variations
Color information
#2A5DF8 (or 0x2A5DF8) is known color: Royal Blue. HEX triplet: 2A, 5D and F8. RGB value is (42,93,248). Sum of RGB (Red+Green+Blue) = 42+93+248=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 248 (97.27% from 255 or 64.75% from 383); Max value from RGB is 248 - color contains mainly: blue. Hex color #2A5DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5DF8 is #D5A207. Grayscale: #5E5E5E. Windows color (decimal): -14000648 or 16276778. OLE color: 16276778.
HSL color Cylindrical-coordinate representation of color #2A5DF8: hue angle of 225.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A5DF8 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 93 | 248 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.03 |
| HSL | 225.15º | 0.94% | 0.57% | - |
| HSV(B) | 225.15º | 0.83% | 0.97% | - |
| XYZ | 21.81 | 15.1 | 90.57 | - |
| YUV | 95.42 | 214.1 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 248 | 0.83 | 0.62 | 0 | 0.03 | 225.15 | 0.94 | 0.57 |
| Hex | 2A | 5D | F8 | 53 | 3E | 0 | 3 | E1 | 5E | 39 |
| Octal | 52 | 135 | 370 | 123 | 76 | 0 | 3 | 341 | 136 | 71 |
| Binary | 101010 | 1011101 | 11111000 | 1010011 | 111110 | 0 | 11 | 11100001 | 1011110 | 111001 |
Color Harmonies of #2A5DF8
Complementary color
Monochromatic Colors of #2A5DF8
Black with #2A5DF8
Text Example
Text Example
White with #2A5DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5DF8; }
p { color: rgb(42,93,248); }
H1.HeaderClassName
{
color: #2A5DF8;
}
.AnyTagClassName
{
color: #2A5DF8;
}
</style>
background-color css
<style>
a { background-color: #2A5DF8; }
a { background-color: rgb(42,93,248); }
div.DivClassName
{
background-color: #2A5DF8;
}
.BgClassName
{
background-color: #2A5DF8;
}
</style>
border-color css
<style>
span { border-color: #2A5DF8; }
span { border-color: rgb(42,93,248); }
td.TdClassName
{
border-color: #2A5DF8;
}
.TagClassName
{
border-color: #2A5DF8;
}
</style>