Shades of Royal Blue #2D5AF1
Tints of Royal Blue #2D5AF1
RGB
CMYK
RGB Variations
Color information
#2D5AF1 (or 0x2D5AF1) is known color: Royal Blue. HEX triplet: 2D, 5A and F1. RGB value is (45,90,241). Sum of RGB (Red+Green+Blue) = 45+90+241=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #2D5AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5AF1 is #D2A50E. Grayscale: #5D5D5D. Windows color (decimal): -13804815 or 15817261. OLE color: 15817261.
HSL color Cylindrical-coordinate representation of color #2D5AF1: hue angle of 226.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D5AF1 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 90 | 241 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.05 |
| HSL | 226.22º | 0.88% | 0.56% | - |
| HSV(B) | 226.22º | 0.81% | 0.95% | - |
| XYZ | 20.62 | 14.22 | 84.88 | - |
| YUV | 93.76 | 211.09 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 241 | 0.81 | 0.63 | 0 | 0.05 | 226.22 | 0.88 | 0.56 |
| Hex | 2D | 5A | F1 | 51 | 3F | 0 | 5 | E2 | 58 | 38 |
| Octal | 55 | 132 | 361 | 121 | 77 | 0 | 5 | 342 | 130 | 70 |
| Binary | 101101 | 1011010 | 11110001 | 1010001 | 111111 | 0 | 101 | 11100010 | 1011000 | 111000 |
Color Harmonies of #2D5AF1
Complementary color
Monochromatic Colors of #2D5AF1
Black with #2D5AF1
Text Example
Text Example
White with #2D5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5AF1; }
p { color: rgb(45,90,241); }
H1.HeaderClassName
{
color: #2D5AF1;
}
.AnyTagClassName
{
color: #2D5AF1;
}
</style>
background-color css
<style>
a { background-color: #2D5AF1; }
a { background-color: rgb(45,90,241); }
div.DivClassName
{
background-color: #2D5AF1;
}
.BgClassName
{
background-color: #2D5AF1;
}
</style>
border-color css
<style>
span { border-color: #2D5AF1; }
span { border-color: rgb(45,90,241); }
td.TdClassName
{
border-color: #2D5AF1;
}
.TagClassName
{
border-color: #2D5AF1;
}
</style>