Shades of Royal Blue #2A53DF
Tints of Royal Blue #2A53DF
RGB
CMYK
RGB Variations
Color information
#2A53DF (or 0x2A53DF) is known color: Royal Blue. HEX triplet: 2A, 53 and DF. RGB value is (42,83,223). Sum of RGB (Red+Green+Blue) = 42+83+223=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A53DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A53DF is #D5AC20. Grayscale: #565656. Windows color (decimal): -14003233 or 14635818. OLE color: 14635818.
HSL color Cylindrical-coordinate representation of color #2A53DF: hue angle of 226.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A53DF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 83 | 223 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.13 |
| HSL | 226.41º | 0.74% | 0.52% | - |
| HSV(B) | 226.41º | 0.81% | 0.87% | - |
| XYZ | 17.37 | 12.01 | 71.21 | - |
| YUV | 86.7 | 204.92 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 223 | 0.81 | 0.63 | 0 | 0.13 | 226.41 | 0.74 | 0.52 |
| Hex | 2A | 53 | DF | 51 | 3F | 0 | D | E2 | 4A | 34 |
| Octal | 52 | 123 | 337 | 121 | 77 | 0 | 15 | 342 | 112 | 64 |
| Binary | 101010 | 1010011 | 11011111 | 1010001 | 111111 | 0 | 1101 | 11100010 | 1001010 | 110100 |
Color Harmonies of #2A53DF
Complementary color
Monochromatic Colors of #2A53DF
Black with #2A53DF
Text Example
Text Example
White with #2A53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A53DF; }
p { color: rgb(42,83,223); }
H1.HeaderClassName
{
color: #2A53DF;
}
.AnyTagClassName
{
color: #2A53DF;
}
</style>
background-color css
<style>
a { background-color: #2A53DF; }
a { background-color: rgb(42,83,223); }
div.DivClassName
{
background-color: #2A53DF;
}
.BgClassName
{
background-color: #2A53DF;
}
</style>
border-color css
<style>
span { border-color: #2A53DF; }
span { border-color: rgb(42,83,223); }
td.TdClassName
{
border-color: #2A53DF;
}
.TagClassName
{
border-color: #2A53DF;
}
</style>