Shades of Royal Blue #2D6EFC
Tints of Royal Blue #2D6EFC
RGB
CMYK
RGB Variations
Color information
#2D6EFC (or 0x2D6EFC) is known color: Royal Blue. HEX triplet: 2D, 6E and FC. RGB value is (45,110,252). Sum of RGB (Red+Green+Blue) = 45+110+252=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D6EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6EFC is #D29103. Grayscale: #6A6A6A. Windows color (decimal): -13799684 or 16543277. OLE color: 16543277.
HSL color Cylindrical-coordinate representation of color #2D6EFC: hue angle of 221.16º 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 #2D6EFC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 110 | 252 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.01 |
| HSL | 221.16º | 0.97% | 0.58% | - |
| HSV(B) | 221.16º | 0.82% | 0.99% | - |
| XYZ | 24.23 | 18.74 | 94.44 | - |
| YUV | 106.75 | 209.97 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 252 | 0.82 | 0.56 | 0 | 0.01 | 221.16 | 0.97 | 0.58 |
| Hex | 2D | 6E | FC | 52 | 38 | 0 | 1 | DD | 61 | 3A |
| Octal | 55 | 156 | 374 | 122 | 70 | 0 | 1 | 335 | 141 | 72 |
| Binary | 101101 | 1101110 | 11111100 | 1010010 | 111000 | 0 | 1 | 11011101 | 1100001 | 111010 |
Color Harmonies of #2D6EFC
Complementary color
Monochromatic Colors of #2D6EFC
Black with #2D6EFC
Text Example
Text Example
White with #2D6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6EFC; }
p { color: rgb(45,110,252); }
H1.HeaderClassName
{
color: #2D6EFC;
}
.AnyTagClassName
{
color: #2D6EFC;
}
</style>
background-color css
<style>
a { background-color: #2D6EFC; }
a { background-color: rgb(45,110,252); }
div.DivClassName
{
background-color: #2D6EFC;
}
.BgClassName
{
background-color: #2D6EFC;
}
</style>
border-color css
<style>
span { border-color: #2D6EFC; }
span { border-color: rgb(45,110,252); }
td.TdClassName
{
border-color: #2D6EFC;
}
.TagClassName
{
border-color: #2D6EFC;
}
</style>