Shades of Royal Blue #2D5AFD
Tints of Royal Blue #2D5AFD
RGB
CMYK
RGB Variations
Color information
#2D5AFD (or 0x2D5AFD) is known color: Royal Blue. HEX triplet: 2D, 5A and FD. RGB value is (45,90,253). Sum of RGB (Red+Green+Blue) = 45+90+253=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D5AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5AFD is #D2A502. Grayscale: #5E5E5E. Windows color (decimal): -13804803 or 16603693. OLE color: 16603693.
HSL color Cylindrical-coordinate representation of color #2D5AFD: hue angle of 227.02º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5AFD is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 90 | 253 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.01 |
| HSL | 227.02º | 0.98% | 0.58% | - |
| HSV(B) | 227.02º | 0.82% | 0.99% | - |
| XYZ | 22.47 | 14.96 | 94.63 | - |
| YUV | 95.13 | 217.09 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 253 | 0.82 | 0.64 | 0 | 0.01 | 227.02 | 0.98 | 0.58 |
| Hex | 2D | 5A | FD | 52 | 40 | 0 | 1 | E3 | 62 | 3A |
| Octal | 55 | 132 | 375 | 122 | 100 | 0 | 1 | 343 | 142 | 72 |
| Binary | 101101 | 1011010 | 11111101 | 1010010 | 1000000 | 0 | 1 | 11100011 | 1100010 | 111010 |
Color Harmonies of #2D5AFD
Complementary color
Monochromatic Colors of #2D5AFD
Black with #2D5AFD
Text Example
Text Example
White with #2D5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5AFD; }
p { color: rgb(45,90,253); }
H1.HeaderClassName
{
color: #2D5AFD;
}
.AnyTagClassName
{
color: #2D5AFD;
}
</style>
background-color css
<style>
a { background-color: #2D5AFD; }
a { background-color: rgb(45,90,253); }
div.DivClassName
{
background-color: #2D5AFD;
}
.BgClassName
{
background-color: #2D5AFD;
}
</style>
border-color css
<style>
span { border-color: #2D5AFD; }
span { border-color: rgb(45,90,253); }
td.TdClassName
{
border-color: #2D5AFD;
}
.TagClassName
{
border-color: #2D5AFD;
}
</style>