Shades of Royal Blue #2D5EFE
Tints of Royal Blue #2D5EFE
RGB
CMYK
RGB Variations
Color information
#2D5EFE (or 0x2D5EFE) is known color: Royal Blue. HEX triplet: 2D, 5E and FE. RGB value is (45,94,254). Sum of RGB (Red+Green+Blue) = 45+94+254=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D5EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5EFE is #D2A101. Grayscale: #606060. Windows color (decimal): -13803778 or 16670253. OLE color: 16670253.
HSL color Cylindrical-coordinate representation of color #2D5EFE: hue angle of 225.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5EFE is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 94 | 254 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.00 |
| HSL | 225.93º | 0.99% | 0.59% | - |
| HSV(B) | 225.93º | 0.82% | 1% | - |
| XYZ | 22.97 | 15.72 | 95.59 | - |
| YUV | 97.59 | 216.27 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 94 | 254 | 0.82 | 0.63 | 0 | 0.00 | 225.93 | 0.99 | 0.59 |
| Hex | 2D | 5E | FE | 52 | 3F | 0 | 0 | E2 | 63 | 3B |
| Octal | 55 | 136 | 376 | 122 | 77 | 0 | 0 | 342 | 143 | 73 |
| Binary | 101101 | 1011110 | 11111110 | 1010010 | 111111 | 0 | 0 | 11100010 | 1100011 | 111011 |
Color Harmonies of #2D5EFE
Complementary color
Monochromatic Colors of #2D5EFE
Black with #2D5EFE
Text Example
Text Example
White with #2D5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5EFE; }
p { color: rgb(45,94,254); }
H1.HeaderClassName
{
color: #2D5EFE;
}
.AnyTagClassName
{
color: #2D5EFE;
}
</style>
background-color css
<style>
a { background-color: #2D5EFE; }
a { background-color: rgb(45,94,254); }
div.DivClassName
{
background-color: #2D5EFE;
}
.BgClassName
{
background-color: #2D5EFE;
}
</style>
border-color css
<style>
span { border-color: #2D5EFE; }
span { border-color: rgb(45,94,254); }
td.TdClassName
{
border-color: #2D5EFE;
}
.TagClassName
{
border-color: #2D5EFE;
}
</style>