Shades of Royal Blue #2D54EA
Tints of Royal Blue #2D54EA
RGB
CMYK
RGB Variations
Color information
#2D54EA (or 0x2D54EA) is known color: Royal Blue. HEX triplet: 2D, 54 and EA. RGB value is (45,84,234). Sum of RGB (Red+Green+Blue) = 45+84+234=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D54EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D54EA is #D2AB15. Grayscale: #585858. Windows color (decimal): -13806358 or 15356973. OLE color: 15356973.
HSL color Cylindrical-coordinate representation of color #2D54EA: hue angle of 227.62º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D54EA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 84 | 234 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.08 |
| HSL | 227.62º | 0.82% | 0.55% | - |
| HSV(B) | 227.62º | 0.81% | 0.92% | - |
| XYZ | 19.1 | 12.84 | 79.31 | - |
| YUV | 89.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 234 | 0.81 | 0.64 | 0 | 0.08 | 227.62 | 0.82 | 0.55 |
| Hex | 2D | 54 | EA | 51 | 40 | 0 | 8 | E4 | 52 | 37 |
| Octal | 55 | 124 | 352 | 121 | 100 | 0 | 10 | 344 | 122 | 67 |
| Binary | 101101 | 1010100 | 11101010 | 1010001 | 1000000 | 0 | 1000 | 11100100 | 1010010 | 110111 |
Color Harmonies of #2D54EA
Complementary color
Monochromatic Colors of #2D54EA
Black with #2D54EA
Text Example
Text Example
White with #2D54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D54EA; }
p { color: rgb(45,84,234); }
H1.HeaderClassName
{
color: #2D54EA;
}
.AnyTagClassName
{
color: #2D54EA;
}
</style>
background-color css
<style>
a { background-color: #2D54EA; }
a { background-color: rgb(45,84,234); }
div.DivClassName
{
background-color: #2D54EA;
}
.BgClassName
{
background-color: #2D54EA;
}
</style>
border-color css
<style>
span { border-color: #2D54EA; }
span { border-color: rgb(45,84,234); }
td.TdClassName
{
border-color: #2D54EA;
}
.TagClassName
{
border-color: #2D54EA;
}
</style>