Shades of Royal Blue #2D61D8
Tints of Royal Blue #2D61D8
RGB
CMYK
RGB Variations
Color information
#2D61D8 (or 0x2D61D8) is known color: Royal Blue. HEX triplet: 2D, 61 and D8. RGB value is (45,97,216). Sum of RGB (Red+Green+Blue) = 45+97+216=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #2D61D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D61D8 is #D29E27. Grayscale: #5E5E5E. Windows color (decimal): -13803048 or 14180653. OLE color: 14180653.
HSL color Cylindrical-coordinate representation of color #2D61D8: hue angle of 221.75º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D61D8 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 97 | 216 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.15 |
| HSL | 221.75º | 0.69% | 0.51% | - |
| HSV(B) | 221.75º | 0.79% | 0.85% | - |
| XYZ | 17.75 | 14.07 | 66.74 | - |
| YUV | 95.02 | 196.27 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 216 | 0.79 | 0.55 | 0 | 0.15 | 221.75 | 0.69 | 0.51 |
| Hex | 2D | 61 | D8 | 4F | 37 | 0 | F | DE | 45 | 33 |
| Octal | 55 | 141 | 330 | 117 | 67 | 0 | 17 | 336 | 105 | 63 |
| Binary | 101101 | 1100001 | 11011000 | 1001111 | 110111 | 0 | 1111 | 11011110 | 1000101 | 110011 |
Color Harmonies of #2D61D8
Complementary color
Monochromatic Colors of #2D61D8
Black with #2D61D8
Text Example
Text Example
White with #2D61D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D61D8; }
p { color: rgb(45,97,216); }
H1.HeaderClassName
{
color: #2D61D8;
}
.AnyTagClassName
{
color: #2D61D8;
}
</style>
background-color css
<style>
a { background-color: #2D61D8; }
a { background-color: rgb(45,97,216); }
div.DivClassName
{
background-color: #2D61D8;
}
.BgClassName
{
background-color: #2D61D8;
}
</style>
border-color css
<style>
span { border-color: #2D61D8; }
span { border-color: rgb(45,97,216); }
td.TdClassName
{
border-color: #2D61D8;
}
.TagClassName
{
border-color: #2D61D8;
}
</style>