Shades of Royal Blue #2A64FF
Tints of Royal Blue #2A64FF
RGB
CMYK
RGB Variations
Color information
#2A64FF (or 0x2A64FF) is known color: Royal Blue. HEX triplet: 2A, 64 and FF. RGB value is (42,100,255). Sum of RGB (Red+Green+Blue) = 42+100+255=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A64FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A64FF is #D59B00. Grayscale: #636363. Windows color (decimal): -13998849 or 16737322. OLE color: 16737322.
HSL color Cylindrical-coordinate representation of color #2A64FF: hue angle of 223.66º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A64FF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 100 | 255 | - |
| CMYK | 0.84 | 0.61 | 0 | 0 |
| HSL | 223.66º | 1% | 0.58% | - |
| HSV(B) | 223.66º | 0.84% | 1% | - |
| XYZ | 23.56 | 16.83 | 96.61 | - |
| YUV | 100.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 255 | 0.84 | 0.61 | 0 | 0 | 223.66 | 1 | 0.58 |
| Hex | 2A | 64 | FF | 54 | 3D | 0 | 0 | E0 | 64 | 3A |
| Octal | 52 | 144 | 377 | 124 | 75 | 0 | 0 | 340 | 144 | 72 |
| Binary | 101010 | 1100100 | 11111111 | 1010100 | 111101 | 0 | 0 | 11100000 | 1100100 | 111010 |
Color Harmonies of #2A64FF
Complementary color
Monochromatic Colors of #2A64FF
Black with #2A64FF
Text Example
Text Example
White with #2A64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A64FF; }
p { color: rgb(42,100,255); }
H1.HeaderClassName
{
color: #2A64FF;
}
.AnyTagClassName
{
color: #2A64FF;
}
</style>
background-color css
<style>
a { background-color: #2A64FF; }
a { background-color: rgb(42,100,255); }
div.DivClassName
{
background-color: #2A64FF;
}
.BgClassName
{
background-color: #2A64FF;
}
</style>
border-color css
<style>
span { border-color: #2A64FF; }
span { border-color: rgb(42,100,255); }
td.TdClassName
{
border-color: #2A64FF;
}
.TagClassName
{
border-color: #2A64FF;
}
</style>