Shades of Royal Blue #2D6EFE
Tints of Royal Blue #2D6EFE
RGB
CMYK
RGB Variations
Color information
#2D6EFE (or 0x2D6EFE) is known color: Royal Blue. HEX triplet: 2D, 6E and FE. RGB value is (45,110,254). Sum of RGB (Red+Green+Blue) = 45+110+254=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D6EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6EFE is #D29101. Grayscale: #6A6A6A. Windows color (decimal): -13799682 or 16674349. OLE color: 16674349.
HSL color Cylindrical-coordinate representation of color #2D6EFE: hue angle of 221.34º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6EFE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 110 | 254 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.00 |
| HSL | 221.34º | 0.99% | 0.59% | - |
| HSV(B) | 221.34º | 0.82% | 1% | - |
| XYZ | 24.55 | 18.87 | 96.11 | - |
| YUV | 106.98 | 210.97 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 254 | 0.82 | 0.57 | 0 | 0.00 | 221.34 | 0.99 | 0.59 |
| Hex | 2D | 6E | FE | 52 | 39 | 0 | 0 | DD | 63 | 3B |
| Octal | 55 | 156 | 376 | 122 | 71 | 0 | 0 | 335 | 143 | 73 |
| Binary | 101101 | 1101110 | 11111110 | 1010010 | 111001 | 0 | 0 | 11011101 | 1100011 | 111011 |
Color Harmonies of #2D6EFE
Complementary color
Monochromatic Colors of #2D6EFE
Black with #2D6EFE
Text Example
Text Example
White with #2D6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6EFE; }
p { color: rgb(45,110,254); }
H1.HeaderClassName
{
color: #2D6EFE;
}
.AnyTagClassName
{
color: #2D6EFE;
}
</style>
background-color css
<style>
a { background-color: #2D6EFE; }
a { background-color: rgb(45,110,254); }
div.DivClassName
{
background-color: #2D6EFE;
}
.BgClassName
{
background-color: #2D6EFE;
}
</style>
border-color css
<style>
span { border-color: #2D6EFE; }
span { border-color: rgb(45,110,254); }
td.TdClassName
{
border-color: #2D6EFE;
}
.TagClassName
{
border-color: #2D6EFE;
}
</style>