Shades of Royal Blue #3069DC
Tints of Royal Blue #3069DC
RGB
CMYK
RGB Variations
Color information
#3069DC (or 0x3069DC) is known color: Royal Blue. HEX triplet: 30, 69 and DC. RGB value is (48,105,220). Sum of RGB (Red+Green+Blue) = 48+105+220=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3069DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3069DC is #CF9623. Grayscale: #646464. Windows color (decimal): -13604388 or 14444848. OLE color: 14444848.
HSL color Cylindrical-coordinate representation of color #3069DC: hue angle of 220.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3069DC is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 105 | 220 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.14 |
| HSL | 220.12º | 0.71% | 0.53% | - |
| HSV(B) | 220.12º | 0.78% | 0.86% | - |
| XYZ | 19.19 | 15.9 | 69.77 | - |
| YUV | 101.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 220 | 0.78 | 0.52 | 0 | 0.14 | 220.12 | 0.71 | 0.53 |
| Hex | 30 | 69 | DC | 4E | 34 | 0 | E | DC | 47 | 35 |
| Octal | 60 | 151 | 334 | 116 | 64 | 0 | 16 | 334 | 107 | 65 |
| Binary | 110000 | 1101001 | 11011100 | 1001110 | 110100 | 0 | 1110 | 11011100 | 1000111 | 110101 |
Color Harmonies of #3069DC
Complementary color
Monochromatic Colors of #3069DC
Black with #3069DC
Text Example
Text Example
White with #3069DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3069DC; }
p { color: rgb(48,105,220); }
H1.HeaderClassName
{
color: #3069DC;
}
.AnyTagClassName
{
color: #3069DC;
}
</style>
background-color css
<style>
a { background-color: #3069DC; }
a { background-color: rgb(48,105,220); }
div.DivClassName
{
background-color: #3069DC;
}
.BgClassName
{
background-color: #3069DC;
}
</style>
border-color css
<style>
span { border-color: #3069DC; }
span { border-color: rgb(48,105,220); }
td.TdClassName
{
border-color: #3069DC;
}
.TagClassName
{
border-color: #3069DC;
}
</style>