Shades of Royal Blue #2D5BFE
Tints of Royal Blue #2D5BFE
RGB
CMYK
RGB Variations
Color information
#2D5BFE (or 0x2D5BFE) is known color: Royal Blue. HEX triplet: 2D, 5B and FE. RGB value is (45,91,254). Sum of RGB (Red+Green+Blue) = 45+91+254=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D5BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5BFE is #D2A401. Grayscale: #5F5F5F. Windows color (decimal): -13804546 or 16669485. OLE color: 16669485.
HSL color Cylindrical-coordinate representation of color #2D5BFE: hue angle of 226.79º 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 #2D5BFE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 91 | 254 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.00 |
| HSL | 226.79º | 0.99% | 0.59% | - |
| HSV(B) | 226.79º | 0.82% | 1% | - |
| XYZ | 22.71 | 15.2 | 95.5 | - |
| YUV | 95.83 | 217.26 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 254 | 0.82 | 0.64 | 0 | 0.00 | 226.79 | 0.99 | 0.59 |
| Hex | 2D | 5B | FE | 52 | 40 | 0 | 0 | E3 | 63 | 3B |
| Octal | 55 | 133 | 376 | 122 | 100 | 0 | 0 | 343 | 143 | 73 |
| Binary | 101101 | 1011011 | 11111110 | 1010010 | 1000000 | 0 | 0 | 11100011 | 1100011 | 111011 |
Color Harmonies of #2D5BFE
Complementary color
Monochromatic Colors of #2D5BFE
Black with #2D5BFE
Text Example
Text Example
White with #2D5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5BFE; }
p { color: rgb(45,91,254); }
H1.HeaderClassName
{
color: #2D5BFE;
}
.AnyTagClassName
{
color: #2D5BFE;
}
</style>
background-color css
<style>
a { background-color: #2D5BFE; }
a { background-color: rgb(45,91,254); }
div.DivClassName
{
background-color: #2D5BFE;
}
.BgClassName
{
background-color: #2D5BFE;
}
</style>
border-color css
<style>
span { border-color: #2D5BFE; }
span { border-color: rgb(45,91,254); }
td.TdClassName
{
border-color: #2D5BFE;
}
.TagClassName
{
border-color: #2D5BFE;
}
</style>