Shades of Royal Blue #2D6FDD
Tints of Royal Blue #2D6FDD
RGB
CMYK
RGB Variations
Color information
#2D6FDD (or 0x2D6FDD) is known color: Royal Blue. HEX triplet: 2D, 6F and DD. RGB value is (45,111,221). Sum of RGB (Red+Green+Blue) = 45+111+221=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D6FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6FDD is #D29022. Grayscale: #676767. Windows color (decimal): -13799459 or 14511917. OLE color: 14511917.
HSL color Cylindrical-coordinate representation of color #2D6FDD: hue angle of 217.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D6FDD is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 111 | 221 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.13 |
| HSL | 217.5º | 0.72% | 0.52% | - |
| HSV(B) | 217.5º | 0.8% | 0.87% | - |
| XYZ | 19.82 | 17.15 | 70.67 | - |
| YUV | 103.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 221 | 0.80 | 0.50 | 0 | 0.13 | 217.5 | 0.72 | 0.52 |
| Hex | 2D | 6F | DD | 50 | 32 | 0 | D | DA | 48 | 34 |
| Octal | 55 | 157 | 335 | 120 | 62 | 0 | 15 | 332 | 110 | 64 |
| Binary | 101101 | 1101111 | 11011101 | 1010000 | 110010 | 0 | 1101 | 11011010 | 1001000 | 110100 |
Color Harmonies of #2D6FDD
Complementary color
Monochromatic Colors of #2D6FDD
Black with #2D6FDD
Text Example
Text Example
White with #2D6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6FDD; }
p { color: rgb(45,111,221); }
H1.HeaderClassName
{
color: #2D6FDD;
}
.AnyTagClassName
{
color: #2D6FDD;
}
</style>
background-color css
<style>
a { background-color: #2D6FDD; }
a { background-color: rgb(45,111,221); }
div.DivClassName
{
background-color: #2D6FDD;
}
.BgClassName
{
background-color: #2D6FDD;
}
</style>
border-color css
<style>
span { border-color: #2D6FDD; }
span { border-color: rgb(45,111,221); }
td.TdClassName
{
border-color: #2D6FDD;
}
.TagClassName
{
border-color: #2D6FDD;
}
</style>