Shades of Royal Blue #2A64FC
Tints of Royal Blue #2A64FC
RGB
CMYK
RGB Variations
Color information
#2A64FC (or 0x2A64FC) is known color: Royal Blue. HEX triplet: 2A, 64 and FC. RGB value is (42,100,252). Sum of RGB (Red+Green+Blue) = 42+100+252=394 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.66% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A64FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A64FC is #D59B03. Grayscale: #636363. Windows color (decimal): -13998852 or 16540714. OLE color: 16540714.
HSL color Cylindrical-coordinate representation of color #2A64FC: hue angle of 223.43º 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 #2A64FC is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 100 | 252 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.01 |
| HSL | 223.43º | 0.97% | 0.58% | - |
| HSV(B) | 223.43º | 0.83% | 0.99% | - |
| XYZ | 23.08 | 16.63 | 94.09 | - |
| YUV | 99.99 | 213.78 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 252 | 0.83 | 0.60 | 0 | 0.01 | 223.43 | 0.97 | 0.58 |
| Hex | 2A | 64 | FC | 53 | 3C | 0 | 1 | DF | 61 | 3A |
| Octal | 52 | 144 | 374 | 123 | 74 | 0 | 1 | 337 | 141 | 72 |
| Binary | 101010 | 1100100 | 11111100 | 1010011 | 111100 | 0 | 1 | 11011111 | 1100001 | 111010 |
Color Harmonies of #2A64FC
Complementary color
Monochromatic Colors of #2A64FC
Black with #2A64FC
Text Example
Text Example
White with #2A64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A64FC; }
p { color: rgb(42,100,252); }
H1.HeaderClassName
{
color: #2A64FC;
}
.AnyTagClassName
{
color: #2A64FC;
}
</style>
background-color css
<style>
a { background-color: #2A64FC; }
a { background-color: rgb(42,100,252); }
div.DivClassName
{
background-color: #2A64FC;
}
.BgClassName
{
background-color: #2A64FC;
}
</style>
border-color css
<style>
span { border-color: #2A64FC; }
span { border-color: rgb(42,100,252); }
td.TdClassName
{
border-color: #2A64FC;
}
.TagClassName
{
border-color: #2A64FC;
}
</style>