Shades of Royal Blue #3066FE
Tints of Royal Blue #3066FE
RGB
CMYK
RGB Variations
Color information
#3066FE (or 0x3066FE) is known color: Royal Blue. HEX triplet: 30, 66 and FE. RGB value is (48,102,254). Sum of RGB (Red+Green+Blue) = 48+102+254=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #3066FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3066FE is #CF9901. Grayscale: #666666. Windows color (decimal): -13605122 or 16672304. OLE color: 16672304.
HSL color Cylindrical-coordinate representation of color #3066FE: hue angle of 224.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3066FE is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 102 | 254 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.00 |
| HSL | 224.27º | 0.99% | 0.59% | - |
| HSV(B) | 224.27º | 0.81% | 1% | - |
| XYZ | 23.86 | 17.29 | 95.85 | - |
| YUV | 103.18 | 213.11 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 254 | 0.81 | 0.60 | 0 | 0.00 | 224.27 | 0.99 | 0.59 |
| Hex | 30 | 66 | FE | 51 | 3C | 0 | 0 | E0 | 63 | 3B |
| Octal | 60 | 146 | 376 | 121 | 74 | 0 | 0 | 340 | 143 | 73 |
| Binary | 110000 | 1100110 | 11111110 | 1010001 | 111100 | 0 | 0 | 11100000 | 1100011 | 111011 |
Color Harmonies of #3066FE
Complementary color
Monochromatic Colors of #3066FE
Black with #3066FE
Text Example
Text Example
White with #3066FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3066FE; }
p { color: rgb(48,102,254); }
H1.HeaderClassName
{
color: #3066FE;
}
.AnyTagClassName
{
color: #3066FE;
}
</style>
background-color css
<style>
a { background-color: #3066FE; }
a { background-color: rgb(48,102,254); }
div.DivClassName
{
background-color: #3066FE;
}
.BgClassName
{
background-color: #3066FE;
}
</style>
border-color css
<style>
span { border-color: #3066FE; }
span { border-color: rgb(48,102,254); }
td.TdClassName
{
border-color: #3066FE;
}
.TagClassName
{
border-color: #3066FE;
}
</style>