Shades of Royal Blue #3067F7
Tints of Royal Blue #3067F7
RGB
CMYK
RGB Variations
Color information
#3067F7 (or 0x3067F7) is known color: Royal Blue. HEX triplet: 30, 67 and F7. RGB value is (48,103,247). Sum of RGB (Red+Green+Blue) = 48+103+247=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #3067F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067F7 is #CF9808. Grayscale: #666666. Windows color (decimal): -13604873 or 16213808. OLE color: 16213808.
HSL color Cylindrical-coordinate representation of color #3067F7: hue angle of 223.42º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3067F7 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 103 | 247 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.03 |
| HSL | 223.42º | 0.93% | 0.58% | - |
| HSV(B) | 223.42º | 0.81% | 0.97% | - |
| XYZ | 22.86 | 17.04 | 90.08 | - |
| YUV | 102.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 247 | 0.81 | 0.58 | 0 | 0.03 | 223.42 | 0.93 | 0.58 |
| Hex | 30 | 67 | F7 | 51 | 3A | 0 | 3 | DF | 5D | 3A |
| Octal | 60 | 147 | 367 | 121 | 72 | 0 | 3 | 337 | 135 | 72 |
| Binary | 110000 | 1100111 | 11110111 | 1010001 | 111010 | 0 | 11 | 11011111 | 1011101 | 111010 |
Color Harmonies of #3067F7
Complementary color
Monochromatic Colors of #3067F7
Black with #3067F7
Text Example
Text Example
White with #3067F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067F7; }
p { color: rgb(48,103,247); }
H1.HeaderClassName
{
color: #3067F7;
}
.AnyTagClassName
{
color: #3067F7;
}
</style>
background-color css
<style>
a { background-color: #3067F7; }
a { background-color: rgb(48,103,247); }
div.DivClassName
{
background-color: #3067F7;
}
.BgClassName
{
background-color: #3067F7;
}
</style>
border-color css
<style>
span { border-color: #3067F7; }
span { border-color: rgb(48,103,247); }
td.TdClassName
{
border-color: #3067F7;
}
.TagClassName
{
border-color: #3067F7;
}
</style>