Shades of Royal Blue #2A64FB
Tints of Royal Blue #2A64FB
RGB
CMYK
RGB Variations
Color information
#2A64FB (or 0x2A64FB) is known color: Royal Blue. HEX triplet: 2A, 64 and FB. RGB value is (42,100,251). Sum of RGB (Red+Green+Blue) = 42+100+251=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A64FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A64FB is #D59B04. Grayscale: #636363. Windows color (decimal): -13998853 or 16475178. OLE color: 16475178.
HSL color Cylindrical-coordinate representation of color #2A64FB: hue angle of 223.35º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A64FB is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 100 | 251 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.02 |
| HSL | 223.35º | 0.96% | 0.57% | - |
| HSV(B) | 223.35º | 0.83% | 0.98% | - |
| XYZ | 22.92 | 16.57 | 93.26 | - |
| YUV | 99.87 | 213.28 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 251 | 0.83 | 0.60 | 0 | 0.02 | 223.35 | 0.96 | 0.57 |
| Hex | 2A | 64 | FB | 53 | 3C | 0 | 2 | DF | 60 | 39 |
| Octal | 52 | 144 | 373 | 123 | 74 | 0 | 2 | 337 | 140 | 71 |
| Binary | 101010 | 1100100 | 11111011 | 1010011 | 111100 | 0 | 10 | 11011111 | 1100000 | 111001 |
Color Harmonies of #2A64FB
Complementary color
Monochromatic Colors of #2A64FB
Black with #2A64FB
Text Example
Text Example
White with #2A64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A64FB; }
p { color: rgb(42,100,251); }
H1.HeaderClassName
{
color: #2A64FB;
}
.AnyTagClassName
{
color: #2A64FB;
}
</style>
background-color css
<style>
a { background-color: #2A64FB; }
a { background-color: rgb(42,100,251); }
div.DivClassName
{
background-color: #2A64FB;
}
.BgClassName
{
background-color: #2A64FB;
}
</style>
border-color css
<style>
span { border-color: #2A64FB; }
span { border-color: rgb(42,100,251); }
td.TdClassName
{
border-color: #2A64FB;
}
.TagClassName
{
border-color: #2A64FB;
}
</style>