Shades of Royal Blue #2D6AEE
Tints of Royal Blue #2D6AEE
RGB
CMYK
RGB Variations
Color information
#2D6AEE (or 0x2D6AEE) is known color: Royal Blue. HEX triplet: 2D, 6A and EE. RGB value is (45,106,238). Sum of RGB (Red+Green+Blue) = 45+106+238=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D6AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6AEE is #D29511. Grayscale: #666666. Windows color (decimal): -13800722 or 15624749. OLE color: 15624749.
HSL color Cylindrical-coordinate representation of color #2D6AEE: hue angle of 221.04º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D6AEE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 106 | 238 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.07 |
| HSL | 221.04º | 0.85% | 0.55% | - |
| HSV(B) | 221.04º | 0.81% | 0.93% | - |
| XYZ | 21.67 | 17.04 | 83.04 | - |
| YUV | 102.81 | 204.29 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 238 | 0.81 | 0.55 | 0 | 0.07 | 221.04 | 0.85 | 0.55 |
| Hex | 2D | 6A | EE | 51 | 37 | 0 | 7 | DD | 55 | 37 |
| Octal | 55 | 152 | 356 | 121 | 67 | 0 | 7 | 335 | 125 | 67 |
| Binary | 101101 | 1101010 | 11101110 | 1010001 | 110111 | 0 | 111 | 11011101 | 1010101 | 110111 |
Color Harmonies of #2D6AEE
Complementary color
Monochromatic Colors of #2D6AEE
Black with #2D6AEE
Text Example
Text Example
White with #2D6AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6AEE; }
p { color: rgb(45,106,238); }
H1.HeaderClassName
{
color: #2D6AEE;
}
.AnyTagClassName
{
color: #2D6AEE;
}
</style>
background-color css
<style>
a { background-color: #2D6AEE; }
a { background-color: rgb(45,106,238); }
div.DivClassName
{
background-color: #2D6AEE;
}
.BgClassName
{
background-color: #2D6AEE;
}
</style>
border-color css
<style>
span { border-color: #2D6AEE; }
span { border-color: rgb(45,106,238); }
td.TdClassName
{
border-color: #2D6AEE;
}
.TagClassName
{
border-color: #2D6AEE;
}
</style>