Shades of Royal Blue #2D5DF3
Tints of Royal Blue #2D5DF3
RGB
CMYK
RGB Variations
Color information
#2D5DF3 (or 0x2D5DF3) is known color: Royal Blue. HEX triplet: 2D, 5D and F3. RGB value is (45,93,243). Sum of RGB (Red+Green+Blue) = 45+93+243=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 243 (95.31% from 255 or 63.78% from 381); Max value from RGB is 243 - color contains mainly: blue. Hex color #2D5DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5DF3 is #D2A20C. Grayscale: #5F5F5F. Windows color (decimal): -13804045 or 15949101. OLE color: 15949101.
HSL color Cylindrical-coordinate representation of color #2D5DF3: hue angle of 225.45º degrees, saturation: 0.89, 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 #2D5DF3 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 93 | 243 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.05 |
| HSL | 225.45º | 0.89% | 0.56% | - |
| HSV(B) | 225.45º | 0.81% | 0.95% | - |
| XYZ | 21.17 | 14.86 | 86.55 | - |
| YUV | 95.75 | 211.1 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 93 | 243 | 0.81 | 0.62 | 0 | 0.05 | 225.45 | 0.89 | 0.56 |
| Hex | 2D | 5D | F3 | 51 | 3E | 0 | 5 | E1 | 59 | 38 |
| Octal | 55 | 135 | 363 | 121 | 76 | 0 | 5 | 341 | 131 | 70 |
| Binary | 101101 | 1011101 | 11110011 | 1010001 | 111110 | 0 | 101 | 11100001 | 1011001 | 111000 |
Color Harmonies of #2D5DF3
Complementary color
Monochromatic Colors of #2D5DF3
Black with #2D5DF3
Text Example
Text Example
White with #2D5DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5DF3; }
p { color: rgb(45,93,243); }
H1.HeaderClassName
{
color: #2D5DF3;
}
.AnyTagClassName
{
color: #2D5DF3;
}
</style>
background-color css
<style>
a { background-color: #2D5DF3; }
a { background-color: rgb(45,93,243); }
div.DivClassName
{
background-color: #2D5DF3;
}
.BgClassName
{
background-color: #2D5DF3;
}
</style>
border-color css
<style>
span { border-color: #2D5DF3; }
span { border-color: rgb(45,93,243); }
td.TdClassName
{
border-color: #2D5DF3;
}
.TagClassName
{
border-color: #2D5DF3;
}
</style>