Shades of Royal Blue #3068FA
Tints of Royal Blue #3068FA
RGB
CMYK
RGB Variations
Color information
#3068FA (or 0x3068FA) is known color: Royal Blue. HEX triplet: 30, 68 and FA. RGB value is (48,104,250). Sum of RGB (Red+Green+Blue) = 48+104+250=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #3068FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3068FA is #CF9705. Grayscale: #676767. Windows color (decimal): -13604614 or 16410672. OLE color: 16410672.
HSL color Cylindrical-coordinate representation of color #3068FA: hue angle of 223.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3068FA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 104 | 250 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.02 |
| HSL | 223.37º | 0.95% | 0.58% | - |
| HSV(B) | 223.37º | 0.81% | 0.98% | - |
| XYZ | 23.42 | 17.43 | 92.57 | - |
| YUV | 103.9 | 210.45 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 250 | 0.81 | 0.58 | 0 | 0.02 | 223.37 | 0.95 | 0.58 |
| Hex | 30 | 68 | FA | 51 | 3A | 0 | 2 | DF | 5F | 3A |
| Octal | 60 | 150 | 372 | 121 | 72 | 0 | 2 | 337 | 137 | 72 |
| Binary | 110000 | 1101000 | 11111010 | 1010001 | 111010 | 0 | 10 | 11011111 | 1011111 | 111010 |
Color Harmonies of #3068FA
Complementary color
Monochromatic Colors of #3068FA
Black with #3068FA
Text Example
Text Example
White with #3068FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3068FA; }
p { color: rgb(48,104,250); }
H1.HeaderClassName
{
color: #3068FA;
}
.AnyTagClassName
{
color: #3068FA;
}
</style>
background-color css
<style>
a { background-color: #3068FA; }
a { background-color: rgb(48,104,250); }
div.DivClassName
{
background-color: #3068FA;
}
.BgClassName
{
background-color: #3068FA;
}
</style>
border-color css
<style>
span { border-color: #3068FA; }
span { border-color: rgb(48,104,250); }
td.TdClassName
{
border-color: #3068FA;
}
.TagClassName
{
border-color: #3068FA;
}
</style>