Shades of Royal Blue #2D6CDD
Tints of Royal Blue #2D6CDD
RGB
CMYK
RGB Variations
Color information
#2D6CDD (or 0x2D6CDD) is known color: Royal Blue. HEX triplet: 2D, 6C and DD. RGB value is (45,108,221). Sum of RGB (Red+Green+Blue) = 45+108+221=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D6CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6CDD is #D29322. Grayscale: #656565. Windows color (decimal): -13800227 or 14511149. OLE color: 14511149.
HSL color Cylindrical-coordinate representation of color #2D6CDD: hue angle of 218.52º 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 #2D6CDD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 108 | 221 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.13 |
| HSL | 218.52º | 0.72% | 0.52% | - |
| HSV(B) | 218.52º | 0.8% | 0.87% | - |
| XYZ | 19.5 | 16.5 | 70.56 | - |
| YUV | 102.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 221 | 0.80 | 0.51 | 0 | 0.13 | 218.52 | 0.72 | 0.52 |
| Hex | 2D | 6C | DD | 50 | 33 | 0 | D | DB | 48 | 34 |
| Octal | 55 | 154 | 335 | 120 | 63 | 0 | 15 | 333 | 110 | 64 |
| Binary | 101101 | 1101100 | 11011101 | 1010000 | 110011 | 0 | 1101 | 11011011 | 1001000 | 110100 |
Color Harmonies of #2D6CDD
Complementary color
Monochromatic Colors of #2D6CDD
Black with #2D6CDD
Text Example
Text Example
White with #2D6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6CDD; }
p { color: rgb(45,108,221); }
H1.HeaderClassName
{
color: #2D6CDD;
}
.AnyTagClassName
{
color: #2D6CDD;
}
</style>
background-color css
<style>
a { background-color: #2D6CDD; }
a { background-color: rgb(45,108,221); }
div.DivClassName
{
background-color: #2D6CDD;
}
.BgClassName
{
background-color: #2D6CDD;
}
</style>
border-color css
<style>
span { border-color: #2D6CDD; }
span { border-color: rgb(45,108,221); }
td.TdClassName
{
border-color: #2D6CDD;
}
.TagClassName
{
border-color: #2D6CDD;
}
</style>