Shades of Royal Blue #3069FF
Tints of Royal Blue #3069FF
RGB
CMYK
RGB Variations
Color information
#3069FF (or 0x3069FF) is known color: Royal Blue. HEX triplet: 30, 69 and FF. RGB value is (48,105,255). Sum of RGB (Red+Green+Blue) = 48+105+255=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #3069FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3069FF is #CF9600. Grayscale: #686868. Windows color (decimal): -13604353 or 16738608. OLE color: 16738608.
HSL color Cylindrical-coordinate representation of color #3069FF: hue angle of 223.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3069FF is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 105 | 255 | - |
| CMYK | 0.81 | 0.59 | 0 | 0 |
| HSL | 223.48º | 1% | 0.59% | - |
| HSV(B) | 223.48º | 0.81% | 1% | - |
| XYZ | 24.32 | 17.95 | 96.79 | - |
| YUV | 105.06 | 212.62 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 255 | 0.81 | 0.59 | 0 | 0 | 223.48 | 1 | 0.59 |
| Hex | 30 | 69 | FF | 51 | 3B | 0 | 0 | DF | 64 | 3B |
| Octal | 60 | 151 | 377 | 121 | 73 | 0 | 0 | 337 | 144 | 73 |
| Binary | 110000 | 1101001 | 11111111 | 1010001 | 111011 | 0 | 0 | 11011111 | 1100100 | 111011 |
Color Harmonies of #3069FF
Complementary color
Monochromatic Colors of #3069FF
Black with #3069FF
Text Example
Text Example
White with #3069FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3069FF; }
p { color: rgb(48,105,255); }
H1.HeaderClassName
{
color: #3069FF;
}
.AnyTagClassName
{
color: #3069FF;
}
</style>
background-color css
<style>
a { background-color: #3069FF; }
a { background-color: rgb(48,105,255); }
div.DivClassName
{
background-color: #3069FF;
}
.BgClassName
{
background-color: #3069FF;
}
</style>
border-color css
<style>
span { border-color: #3069FF; }
span { border-color: rgb(48,105,255); }
td.TdClassName
{
border-color: #3069FF;
}
.TagClassName
{
border-color: #3069FF;
}
</style>