Shades of Royal Blue #3069E9
Tints of Royal Blue #3069E9
RGB
CMYK
RGB Variations
Color information
#3069E9 (or 0x3069E9) is known color: Royal Blue. HEX triplet: 30, 69 and E9. RGB value is (48,105,233). Sum of RGB (Red+Green+Blue) = 48+105+233=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 233 (91.41% from 255 or 60.36% from 386); Max value from RGB is 233 - color contains mainly: blue. Hex color #3069E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3069E9 is #CF9616. Grayscale: #656565. Windows color (decimal): -13604375 or 15296816. OLE color: 15296816.
HSL color Cylindrical-coordinate representation of color #3069E9: hue angle of 221.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3069E9 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 105 | 233 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.09 |
| HSL | 221.51º | 0.81% | 0.55% | - |
| HSV(B) | 221.51º | 0.79% | 0.91% | - |
| XYZ | 20.98 | 16.61 | 79.19 | - |
| YUV | 102.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 233 | 0.79 | 0.55 | 0 | 0.09 | 221.51 | 0.81 | 0.55 |
| Hex | 30 | 69 | E9 | 4F | 37 | 0 | 9 | DE | 51 | 37 |
| Octal | 60 | 151 | 351 | 117 | 67 | 0 | 11 | 336 | 121 | 67 |
| Binary | 110000 | 1101001 | 11101001 | 1001111 | 110111 | 0 | 1001 | 11011110 | 1010001 | 110111 |
Color Harmonies of #3069E9
Complementary color
Monochromatic Colors of #3069E9
Black with #3069E9
Text Example
Text Example
White with #3069E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3069E9; }
p { color: rgb(48,105,233); }
H1.HeaderClassName
{
color: #3069E9;
}
.AnyTagClassName
{
color: #3069E9;
}
</style>
background-color css
<style>
a { background-color: #3069E9; }
a { background-color: rgb(48,105,233); }
div.DivClassName
{
background-color: #3069E9;
}
.BgClassName
{
background-color: #3069E9;
}
</style>
border-color css
<style>
span { border-color: #3069E9; }
span { border-color: rgb(48,105,233); }
td.TdClassName
{
border-color: #3069E9;
}
.TagClassName
{
border-color: #3069E9;
}
</style>