Shades of Royal Blue #3066FC
Tints of Royal Blue #3066FC
RGB
CMYK
RGB Variations
Color information
#3066FC (or 0x3066FC) is known color: Royal Blue. HEX triplet: 30, 66 and FC. RGB value is (48,102,252). Sum of RGB (Red+Green+Blue) = 48+102+252=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #3066FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3066FC is #CF9903. Grayscale: #666666. Windows color (decimal): -13605124 or 16541232. OLE color: 16541232.
HSL color Cylindrical-coordinate representation of color #3066FC: hue angle of 224.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3066FC is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 102 | 252 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.01 |
| HSL | 224.12º | 0.97% | 0.59% | - |
| HSV(B) | 224.12º | 0.81% | 0.99% | - |
| XYZ | 23.54 | 17.16 | 94.17 | - |
| YUV | 102.95 | 212.11 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 252 | 0.81 | 0.60 | 0 | 0.01 | 224.12 | 0.97 | 0.59 |
| Hex | 30 | 66 | FC | 51 | 3C | 0 | 1 | E0 | 61 | 3B |
| Octal | 60 | 146 | 374 | 121 | 74 | 0 | 1 | 340 | 141 | 73 |
| Binary | 110000 | 1100110 | 11111100 | 1010001 | 111100 | 0 | 1 | 11100000 | 1100001 | 111011 |
Color Harmonies of #3066FC
Complementary color
Monochromatic Colors of #3066FC
Black with #3066FC
Text Example
Text Example
White with #3066FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3066FC; }
p { color: rgb(48,102,252); }
H1.HeaderClassName
{
color: #3066FC;
}
.AnyTagClassName
{
color: #3066FC;
}
</style>
background-color css
<style>
a { background-color: #3066FC; }
a { background-color: rgb(48,102,252); }
div.DivClassName
{
background-color: #3066FC;
}
.BgClassName
{
background-color: #3066FC;
}
</style>
border-color css
<style>
span { border-color: #3066FC; }
span { border-color: rgb(48,102,252); }
td.TdClassName
{
border-color: #3066FC;
}
.TagClassName
{
border-color: #3066FC;
}
</style>