Shades of Royal Blue #2D7BDE
Tints of Royal Blue #2D7BDE
RGB
CMYK
RGB Variations
Color information
#2D7BDE (or 0x2D7BDE) is known color: Royal Blue. HEX triplet: 2D, 7B and DE. RGB value is (45,123,222). Sum of RGB (Red+Green+Blue) = 45+123+222=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D7BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7BDE is #D28421. Grayscale: #6E6E6E. Windows color (decimal): -13796386 or 14580525. OLE color: 14580525.
HSL color Cylindrical-coordinate representation of color #2D7BDE: hue angle of 213.56º degrees, saturation: 0.73, 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 #2D7BDE is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 123 | 222 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.13 |
| HSL | 213.56º | 0.73% | 0.52% | - |
| HSV(B) | 213.56º | 0.8% | 0.87% | - |
| XYZ | 21.35 | 20 | 71.84 | - |
| YUV | 110.96 | 190.66 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 222 | 0.80 | 0.45 | 0 | 0.13 | 213.56 | 0.73 | 0.52 |
| Hex | 2D | 7B | DE | 50 | 2D | 0 | D | D6 | 49 | 34 |
| Octal | 55 | 173 | 336 | 120 | 55 | 0 | 15 | 326 | 111 | 64 |
| Binary | 101101 | 1111011 | 11011110 | 1010000 | 101101 | 0 | 1101 | 11010110 | 1001001 | 110100 |
Color Harmonies of #2D7BDE
Complementary color
Monochromatic Colors of #2D7BDE
Black with #2D7BDE
Text Example
Text Example
White with #2D7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7BDE; }
p { color: rgb(45,123,222); }
H1.HeaderClassName
{
color: #2D7BDE;
}
.AnyTagClassName
{
color: #2D7BDE;
}
</style>
background-color css
<style>
a { background-color: #2D7BDE; }
a { background-color: rgb(45,123,222); }
div.DivClassName
{
background-color: #2D7BDE;
}
.BgClassName
{
background-color: #2D7BDE;
}
</style>
border-color css
<style>
span { border-color: #2D7BDE; }
span { border-color: rgb(45,123,222); }
td.TdClassName
{
border-color: #2D7BDE;
}
.TagClassName
{
border-color: #2D7BDE;
}
</style>