Shades of Royal Blue #3082DF
Tints of Royal Blue #3082DF
RGB
CMYK
RGB Variations
Color information
#3082DF (or 0x3082DF) is known color: Royal Blue. HEX triplet: 30, 82 and DF. RGB value is (48,130,223). Sum of RGB (Red+Green+Blue) = 48+130+223=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #3082DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082DF is #CF7D20. Grayscale: #737373. Windows color (decimal): -13597985 or 14647856. OLE color: 14647856.
HSL color Cylindrical-coordinate representation of color #3082DF: hue angle of 211.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3082DF is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 130 | 223 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.13 |
| HSL | 211.89º | 0.73% | 0.53% | - |
| HSV(B) | 211.89º | 0.78% | 0.87% | - |
| XYZ | 22.52 | 21.92 | 72.86 | - |
| YUV | 116.08 | 188.33 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 223 | 0.78 | 0.42 | 0 | 0.13 | 211.89 | 0.73 | 0.53 |
| Hex | 30 | 82 | DF | 4E | 2A | 0 | D | D4 | 49 | 35 |
| Octal | 60 | 202 | 337 | 116 | 52 | 0 | 15 | 324 | 111 | 65 |
| Binary | 110000 | 10000010 | 11011111 | 1001110 | 101010 | 0 | 1101 | 11010100 | 1001001 | 110101 |
Color Harmonies of #3082DF
Complementary color
Monochromatic Colors of #3082DF
Black with #3082DF
Text Example
Text Example
White with #3082DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082DF; }
p { color: rgb(48,130,223); }
H1.HeaderClassName
{
color: #3082DF;
}
.AnyTagClassName
{
color: #3082DF;
}
</style>
background-color css
<style>
a { background-color: #3082DF; }
a { background-color: rgb(48,130,223); }
div.DivClassName
{
background-color: #3082DF;
}
.BgClassName
{
background-color: #3082DF;
}
</style>
border-color css
<style>
span { border-color: #3082DF; }
span { border-color: rgb(48,130,223); }
td.TdClassName
{
border-color: #3082DF;
}
.TagClassName
{
border-color: #3082DF;
}
</style>