Shades of Royal Blue #3069DD
Tints of Royal Blue #3069DD
RGB
CMYK
RGB Variations
Color information
#3069DD (or 0x3069DD) is known color: Royal Blue. HEX triplet: 30, 69 and DD. RGB value is (48,105,221). Sum of RGB (Red+Green+Blue) = 48+105+221=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #3069DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3069DD is #CF9622. Grayscale: #646464. Windows color (decimal): -13604387 or 14510384. OLE color: 14510384.
HSL color Cylindrical-coordinate representation of color #3069DD: hue angle of 220.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3069DD is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 105 | 221 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.13 |
| HSL | 220.23º | 0.72% | 0.53% | - |
| HSV(B) | 220.23º | 0.78% | 0.87% | - |
| XYZ | 19.32 | 15.95 | 70.47 | - |
| YUV | 101.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 221 | 0.78 | 0.52 | 0 | 0.13 | 220.23 | 0.72 | 0.53 |
| Hex | 30 | 69 | DD | 4E | 34 | 0 | D | DC | 48 | 35 |
| Octal | 60 | 151 | 335 | 116 | 64 | 0 | 15 | 334 | 110 | 65 |
| Binary | 110000 | 1101001 | 11011101 | 1001110 | 110100 | 0 | 1101 | 11011100 | 1001000 | 110101 |
Color Harmonies of #3069DD
Complementary color
Monochromatic Colors of #3069DD
Black with #3069DD
Text Example
Text Example
White with #3069DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3069DD; }
p { color: rgb(48,105,221); }
H1.HeaderClassName
{
color: #3069DD;
}
.AnyTagClassName
{
color: #3069DD;
}
</style>
background-color css
<style>
a { background-color: #3069DD; }
a { background-color: rgb(48,105,221); }
div.DivClassName
{
background-color: #3069DD;
}
.BgClassName
{
background-color: #3069DD;
}
</style>
border-color css
<style>
span { border-color: #3069DD; }
span { border-color: rgb(48,105,221); }
td.TdClassName
{
border-color: #3069DD;
}
.TagClassName
{
border-color: #3069DD;
}
</style>