Shades of Royal Blue #3070DF
Tints of Royal Blue #3070DF
RGB
CMYK
RGB Variations
Color information
#3070DF (or 0x3070DF) is known color: Royal Blue. HEX triplet: 30, 70 and DF. RGB value is (48,112,223). Sum of RGB (Red+Green+Blue) = 48+112+223=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #3070DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070DF is #CF8F20. Grayscale: #696969. Windows color (decimal): -13602593 or 14643248. OLE color: 14643248.
HSL color Cylindrical-coordinate representation of color #3070DF: hue angle of 218.06º 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 #3070DF is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 112 | 223 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.13 |
| HSL | 218.06º | 0.73% | 0.53% | - |
| HSV(B) | 218.06º | 0.78% | 0.87% | - |
| XYZ | 20.33 | 17.54 | 72.13 | - |
| YUV | 105.52 | 194.3 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 223 | 0.78 | 0.50 | 0 | 0.13 | 218.06 | 0.73 | 0.53 |
| Hex | 30 | 70 | DF | 4E | 32 | 0 | D | DA | 49 | 35 |
| Octal | 60 | 160 | 337 | 116 | 62 | 0 | 15 | 332 | 111 | 65 |
| Binary | 110000 | 1110000 | 11011111 | 1001110 | 110010 | 0 | 1101 | 11011010 | 1001001 | 110101 |
Color Harmonies of #3070DF
Complementary color
Monochromatic Colors of #3070DF
Black with #3070DF
Text Example
Text Example
White with #3070DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3070DF; }
p { color: rgb(48,112,223); }
H1.HeaderClassName
{
color: #3070DF;
}
.AnyTagClassName
{
color: #3070DF;
}
</style>
background-color css
<style>
a { background-color: #3070DF; }
a { background-color: rgb(48,112,223); }
div.DivClassName
{
background-color: #3070DF;
}
.BgClassName
{
background-color: #3070DF;
}
</style>
border-color css
<style>
span { border-color: #3070DF; }
span { border-color: rgb(48,112,223); }
td.TdClassName
{
border-color: #3070DF;
}
.TagClassName
{
border-color: #3070DF;
}
</style>