Shades of Royal Blue #2D6DEF
Tints of Royal Blue #2D6DEF
RGB
CMYK
RGB Variations
Color information
#2D6DEF (or 0x2D6DEF) is known color: Royal Blue. HEX triplet: 2D, 6D and EF. RGB value is (45,109,239). Sum of RGB (Red+Green+Blue) = 45+109+239=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D6DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6DEF is #D29210. Grayscale: #686868. Windows color (decimal): -13799953 or 15691053. OLE color: 15691053.
HSL color Cylindrical-coordinate representation of color #2D6DEF: hue angle of 220.21º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D6DEF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 109 | 239 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.06 |
| HSL | 220.21º | 0.86% | 0.56% | - |
| HSV(B) | 220.21º | 0.81% | 0.94% | - |
| XYZ | 22.13 | 17.73 | 83.92 | - |
| YUV | 104.68 | 203.8 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 239 | 0.81 | 0.54 | 0 | 0.06 | 220.21 | 0.86 | 0.56 |
| Hex | 2D | 6D | EF | 51 | 36 | 0 | 6 | DC | 56 | 38 |
| Octal | 55 | 155 | 357 | 121 | 66 | 0 | 6 | 334 | 126 | 70 |
| Binary | 101101 | 1101101 | 11101111 | 1010001 | 110110 | 0 | 110 | 11011100 | 1010110 | 111000 |
Color Harmonies of #2D6DEF
Complementary color
Monochromatic Colors of #2D6DEF
Black with #2D6DEF
Text Example
Text Example
White with #2D6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6DEF; }
p { color: rgb(45,109,239); }
H1.HeaderClassName
{
color: #2D6DEF;
}
.AnyTagClassName
{
color: #2D6DEF;
}
</style>
background-color css
<style>
a { background-color: #2D6DEF; }
a { background-color: rgb(45,109,239); }
div.DivClassName
{
background-color: #2D6DEF;
}
.BgClassName
{
background-color: #2D6DEF;
}
</style>
border-color css
<style>
span { border-color: #2D6DEF; }
span { border-color: rgb(45,109,239); }
td.TdClassName
{
border-color: #2D6DEF;
}
.TagClassName
{
border-color: #2D6DEF;
}
</style>