Shades of Royal Blue #2A5CF8
Tints of Royal Blue #2A5CF8
RGB
CMYK
RGB Variations
Color information
#2A5CF8 (or 0x2A5CF8) is known color: Royal Blue. HEX triplet: 2A, 5C and F8. RGB value is (42,92,248). Sum of RGB (Red+Green+Blue) = 42+92+248=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 248 (97.27% from 255 or 64.92% from 382); Max value from RGB is 248 - color contains mainly: blue. Hex color #2A5CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5CF8 is #D5A307. Grayscale: #5E5E5E. Windows color (decimal): -14000904 or 16276522. OLE color: 16276522.
HSL color Cylindrical-coordinate representation of color #2A5CF8: hue angle of 225.44º 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 #2A5CF8 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 92 | 248 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.03 |
| HSL | 225.44º | 0.94% | 0.57% | - |
| HSV(B) | 225.44º | 0.83% | 0.97% | - |
| XYZ | 21.73 | 14.92 | 90.54 | - |
| YUV | 94.83 | 214.44 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 248 | 0.83 | 0.63 | 0 | 0.03 | 225.44 | 0.94 | 0.57 |
| Hex | 2A | 5C | F8 | 53 | 3F | 0 | 3 | E1 | 5E | 39 |
| Octal | 52 | 134 | 370 | 123 | 77 | 0 | 3 | 341 | 136 | 71 |
| Binary | 101010 | 1011100 | 11111000 | 1010011 | 111111 | 0 | 11 | 11100001 | 1011110 | 111001 |
Color Harmonies of #2A5CF8
Complementary color
Monochromatic Colors of #2A5CF8
Black with #2A5CF8
Text Example
Text Example
White with #2A5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5CF8; }
p { color: rgb(42,92,248); }
H1.HeaderClassName
{
color: #2A5CF8;
}
.AnyTagClassName
{
color: #2A5CF8;
}
</style>
background-color css
<style>
a { background-color: #2A5CF8; }
a { background-color: rgb(42,92,248); }
div.DivClassName
{
background-color: #2A5CF8;
}
.BgClassName
{
background-color: #2A5CF8;
}
</style>
border-color css
<style>
span { border-color: #2A5CF8; }
span { border-color: rgb(42,92,248); }
td.TdClassName
{
border-color: #2A5CF8;
}
.TagClassName
{
border-color: #2A5CF8;
}
</style>