Shades of Royal Blue #2D5AFC
Tints of Royal Blue #2D5AFC
RGB
CMYK
RGB Variations
Color information
#2D5AFC (or 0x2D5AFC) is known color: Royal Blue. HEX triplet: 2D, 5A and FC. RGB value is (45,90,252). Sum of RGB (Red+Green+Blue) = 45+90+252=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D5AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5AFC is #D2A503. Grayscale: #5E5E5E. Windows color (decimal): -13804804 or 16538157. OLE color: 16538157.
HSL color Cylindrical-coordinate representation of color #2D5AFC: hue angle of 226.96º degrees, saturation: 0.97, 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 #2D5AFC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 90 | 252 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.01 |
| HSL | 226.96º | 0.97% | 0.58% | - |
| HSV(B) | 226.96º | 0.82% | 0.99% | - |
| XYZ | 22.31 | 14.9 | 93.8 | - |
| YUV | 95.01 | 216.59 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 252 | 0.82 | 0.64 | 0 | 0.01 | 226.96 | 0.97 | 0.58 |
| Hex | 2D | 5A | FC | 52 | 40 | 0 | 1 | E3 | 61 | 3A |
| Octal | 55 | 132 | 374 | 122 | 100 | 0 | 1 | 343 | 141 | 72 |
| Binary | 101101 | 1011010 | 11111100 | 1010010 | 1000000 | 0 | 1 | 11100011 | 1100001 | 111010 |
Color Harmonies of #2D5AFC
Complementary color
Monochromatic Colors of #2D5AFC
Black with #2D5AFC
Text Example
Text Example
White with #2D5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5AFC; }
p { color: rgb(45,90,252); }
H1.HeaderClassName
{
color: #2D5AFC;
}
.AnyTagClassName
{
color: #2D5AFC;
}
</style>
background-color css
<style>
a { background-color: #2D5AFC; }
a { background-color: rgb(45,90,252); }
div.DivClassName
{
background-color: #2D5AFC;
}
.BgClassName
{
background-color: #2D5AFC;
}
</style>
border-color css
<style>
span { border-color: #2D5AFC; }
span { border-color: rgb(45,90,252); }
td.TdClassName
{
border-color: #2D5AFC;
}
.TagClassName
{
border-color: #2D5AFC;
}
</style>