Shades of Royal Blue #2A60FC
Tints of Royal Blue #2A60FC
RGB
CMYK
RGB Variations
Color information
#2A60FC (or 0x2A60FC) is known color: Royal Blue. HEX triplet: 2A, 60 and FC. RGB value is (42,96,252). Sum of RGB (Red+Green+Blue) = 42+96+252=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A60FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A60FC is #D59F03. Grayscale: #606060. Windows color (decimal): -13999876 or 16539690. OLE color: 16539690.
HSL color Cylindrical-coordinate representation of color #2A60FC: hue angle of 224.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A60FC is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 96 | 252 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.01 |
| HSL | 224.57º | 0.97% | 0.58% | - |
| HSV(B) | 224.57º | 0.83% | 0.99% | - |
| XYZ | 22.71 | 15.89 | 93.96 | - |
| YUV | 97.64 | 215.11 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 252 | 0.83 | 0.62 | 0 | 0.01 | 224.57 | 0.97 | 0.58 |
| Hex | 2A | 60 | FC | 53 | 3E | 0 | 1 | E1 | 61 | 3A |
| Octal | 52 | 140 | 374 | 123 | 76 | 0 | 1 | 341 | 141 | 72 |
| Binary | 101010 | 1100000 | 11111100 | 1010011 | 111110 | 0 | 1 | 11100001 | 1100001 | 111010 |
Color Harmonies of #2A60FC
Complementary color
Monochromatic Colors of #2A60FC
Black with #2A60FC
Text Example
Text Example
White with #2A60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A60FC; }
p { color: rgb(42,96,252); }
H1.HeaderClassName
{
color: #2A60FC;
}
.AnyTagClassName
{
color: #2A60FC;
}
</style>
background-color css
<style>
a { background-color: #2A60FC; }
a { background-color: rgb(42,96,252); }
div.DivClassName
{
background-color: #2A60FC;
}
.BgClassName
{
background-color: #2A60FC;
}
</style>
border-color css
<style>
span { border-color: #2A60FC; }
span { border-color: rgb(42,96,252); }
td.TdClassName
{
border-color: #2A60FC;
}
.TagClassName
{
border-color: #2A60FC;
}
</style>