Shades of Royal Blue #2D6DFC
Tints of Royal Blue #2D6DFC
RGB
CMYK
RGB Variations
Color information
#2D6DFC (or 0x2D6DFC) is known color: Royal Blue. HEX triplet: 2D, 6D and FC. RGB value is (45,109,252). Sum of RGB (Red+Green+Blue) = 45+109+252=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D6DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6DFC is #D29203. Grayscale: #696969. Windows color (decimal): -13799940 or 16543021. OLE color: 16543021.
HSL color Cylindrical-coordinate representation of color #2D6DFC: hue angle of 221.45º 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 #2D6DFC is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 109 | 252 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.01 |
| HSL | 221.45º | 0.97% | 0.58% | - |
| HSV(B) | 221.45º | 0.82% | 0.99% | - |
| XYZ | 24.12 | 18.52 | 94.4 | - |
| YUV | 106.17 | 210.3 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 252 | 0.82 | 0.57 | 0 | 0.01 | 221.45 | 0.97 | 0.58 |
| Hex | 2D | 6D | FC | 52 | 39 | 0 | 1 | DD | 61 | 3A |
| Octal | 55 | 155 | 374 | 122 | 71 | 0 | 1 | 335 | 141 | 72 |
| Binary | 101101 | 1101101 | 11111100 | 1010010 | 111001 | 0 | 1 | 11011101 | 1100001 | 111010 |
Color Harmonies of #2D6DFC
Complementary color
Monochromatic Colors of #2D6DFC
Black with #2D6DFC
Text Example
Text Example
White with #2D6DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6DFC; }
p { color: rgb(45,109,252); }
H1.HeaderClassName
{
color: #2D6DFC;
}
.AnyTagClassName
{
color: #2D6DFC;
}
</style>
background-color css
<style>
a { background-color: #2D6DFC; }
a { background-color: rgb(45,109,252); }
div.DivClassName
{
background-color: #2D6DFC;
}
.BgClassName
{
background-color: #2D6DFC;
}
</style>
border-color css
<style>
span { border-color: #2D6DFC; }
span { border-color: rgb(45,109,252); }
td.TdClassName
{
border-color: #2D6DFC;
}
.TagClassName
{
border-color: #2D6DFC;
}
</style>