Shades of Royal Blue #2A63D8
Tints of Royal Blue #2A63D8
RGB
CMYK
RGB Variations
Color information
#2A63D8 (or 0x2A63D8) is known color: Royal Blue. HEX triplet: 2A, 63 and D8. RGB value is (42,99,216). Sum of RGB (Red+Green+Blue) = 42+99+216=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #2A63D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A63D8 is #D59C27. Grayscale: #5E5E5E. Windows color (decimal): -13999144 or 14181162. OLE color: 14181162.
HSL color Cylindrical-coordinate representation of color #2A63D8: hue angle of 220.34º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A63D8 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 99 | 216 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.15 |
| HSL | 220.34º | 0.69% | 0.51% | - |
| HSV(B) | 220.34º | 0.81% | 0.85% | - |
| XYZ | 17.81 | 14.37 | 66.8 | - |
| YUV | 95.3 | 196.12 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 216 | 0.81 | 0.54 | 0 | 0.15 | 220.34 | 0.69 | 0.51 |
| Hex | 2A | 63 | D8 | 51 | 36 | 0 | F | DC | 45 | 33 |
| Octal | 52 | 143 | 330 | 121 | 66 | 0 | 17 | 334 | 105 | 63 |
| Binary | 101010 | 1100011 | 11011000 | 1010001 | 110110 | 0 | 1111 | 11011100 | 1000101 | 110011 |
Color Harmonies of #2A63D8
Complementary color
Monochromatic Colors of #2A63D8
Black with #2A63D8
Text Example
Text Example
White with #2A63D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A63D8; }
p { color: rgb(42,99,216); }
H1.HeaderClassName
{
color: #2A63D8;
}
.AnyTagClassName
{
color: #2A63D8;
}
</style>
background-color css
<style>
a { background-color: #2A63D8; }
a { background-color: rgb(42,99,216); }
div.DivClassName
{
background-color: #2A63D8;
}
.BgClassName
{
background-color: #2A63D8;
}
</style>
border-color css
<style>
span { border-color: #2A63D8; }
span { border-color: rgb(42,99,216); }
td.TdClassName
{
border-color: #2A63D8;
}
.TagClassName
{
border-color: #2A63D8;
}
</style>