Shades of Royal Blue #2D82DF
Tints of Royal Blue #2D82DF
RGB
CMYK
RGB Variations
Color information
#2D82DF (or 0x2D82DF) is known color: Royal Blue. HEX triplet: 2D, 82 and DF. RGB value is (45,130,223). Sum of RGB (Red+Green+Blue) = 45+130+223=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D82DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D82DF is #D27D20. Grayscale: #727272. Windows color (decimal): -13794593 or 14647853. OLE color: 14647853.
HSL color Cylindrical-coordinate representation of color #2D82DF: hue angle of 211.35º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D82DF is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 130 | 223 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.13 |
| HSL | 211.35º | 0.74% | 0.53% | - |
| HSV(B) | 211.35º | 0.8% | 0.87% | - |
| XYZ | 22.38 | 21.85 | 72.85 | - |
| YUV | 115.19 | 188.84 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 223 | 0.80 | 0.42 | 0 | 0.13 | 211.35 | 0.74 | 0.53 |
| Hex | 2D | 82 | DF | 50 | 2A | 0 | D | D3 | 4A | 35 |
| Octal | 55 | 202 | 337 | 120 | 52 | 0 | 15 | 323 | 112 | 65 |
| Binary | 101101 | 10000010 | 11011111 | 1010000 | 101010 | 0 | 1101 | 11010011 | 1001010 | 110101 |
Color Harmonies of #2D82DF
Complementary color
Monochromatic Colors of #2D82DF
Black with #2D82DF
Text Example
Text Example
White with #2D82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D82DF; }
p { color: rgb(45,130,223); }
H1.HeaderClassName
{
color: #2D82DF;
}
.AnyTagClassName
{
color: #2D82DF;
}
</style>
background-color css
<style>
a { background-color: #2D82DF; }
a { background-color: rgb(45,130,223); }
div.DivClassName
{
background-color: #2D82DF;
}
.BgClassName
{
background-color: #2D82DF;
}
</style>
border-color css
<style>
span { border-color: #2D82DF; }
span { border-color: rgb(45,130,223); }
td.TdClassName
{
border-color: #2D82DF;
}
.TagClassName
{
border-color: #2D82DF;
}
</style>