Shades of Royal Blue #3081DC
Tints of Royal Blue #3081DC
RGB
CMYK
RGB Variations
Color information
#3081DC (or 0x3081DC) is known color: Royal Blue. HEX triplet: 30, 81 and DC. RGB value is (48,129,220). Sum of RGB (Red+Green+Blue) = 48+129+220=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #3081DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3081DC is #CF7E23. Grayscale: #727272. Windows color (decimal): -13598244 or 14450992. OLE color: 14450992.
HSL color Cylindrical-coordinate representation of color #3081DC: hue angle of 211.74º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3081DC is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 129 | 220 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.14 |
| HSL | 211.74º | 0.71% | 0.53% | - |
| HSV(B) | 211.74º | 0.78% | 0.86% | - |
| XYZ | 21.99 | 21.5 | 70.7 | - |
| YUV | 115.16 | 187.16 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 220 | 0.78 | 0.41 | 0 | 0.14 | 211.74 | 0.71 | 0.53 |
| Hex | 30 | 81 | DC | 4E | 29 | 0 | E | D4 | 47 | 35 |
| Octal | 60 | 201 | 334 | 116 | 51 | 0 | 16 | 324 | 107 | 65 |
| Binary | 110000 | 10000001 | 11011100 | 1001110 | 101001 | 0 | 1110 | 11010100 | 1000111 | 110101 |
Color Harmonies of #3081DC
Complementary color
Monochromatic Colors of #3081DC
Black with #3081DC
Text Example
Text Example
White with #3081DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3081DC; }
p { color: rgb(48,129,220); }
H1.HeaderClassName
{
color: #3081DC;
}
.AnyTagClassName
{
color: #3081DC;
}
</style>
background-color css
<style>
a { background-color: #3081DC; }
a { background-color: rgb(48,129,220); }
div.DivClassName
{
background-color: #3081DC;
}
.BgClassName
{
background-color: #3081DC;
}
</style>
border-color css
<style>
span { border-color: #3081DC; }
span { border-color: rgb(48,129,220); }
td.TdClassName
{
border-color: #3081DC;
}
.TagClassName
{
border-color: #3081DC;
}
</style>