Shades of Royal Blue #4069DB
Tints of Royal Blue #4069DB
RGB
CMYK
RGB Variations
Color information
#4069DB (or 0x4069DB) is known color: Royal Blue. HEX triplet: 40, 69 and DB. RGB value is (64,105,219). Sum of RGB (Red+Green+Blue) = 64+105+219=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #4069DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069DB is #BF9624. Grayscale: #696969. Windows color (decimal): -12555813 or 14379328. OLE color: 14379328.
HSL color Cylindrical-coordinate representation of color #4069DB: hue angle of 224.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4069DB is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 105 | 219 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.14 |
| HSL | 224.13º | 0.68% | 0.55% | - |
| HSV(B) | 224.13º | 0.71% | 0.86% | - |
| XYZ | 19.95 | 16.31 | 69.11 | - |
| YUV | 105.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 219 | 0.71 | 0.52 | 0 | 0.14 | 224.13 | 0.68 | 0.55 |
| Hex | 40 | 69 | DB | 47 | 34 | 0 | E | E0 | 44 | 37 |
| Octal | 100 | 151 | 333 | 107 | 64 | 0 | 16 | 340 | 104 | 67 |
| Binary | 1000000 | 1101001 | 11011011 | 1000111 | 110100 | 0 | 1110 | 11100000 | 1000100 | 110111 |
Color Harmonies of #4069DB
Complementary color
Monochromatic Colors of #4069DB
Black with #4069DB
Text Example
Text Example
White with #4069DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069DB; }
p { color: rgb(64,105,219); }
H1.HeaderClassName
{
color: #4069DB;
}
.AnyTagClassName
{
color: #4069DB;
}
</style>
background-color css
<style>
a { background-color: #4069DB; }
a { background-color: rgb(64,105,219); }
div.DivClassName
{
background-color: #4069DB;
}
.BgClassName
{
background-color: #4069DB;
}
</style>
border-color css
<style>
span { border-color: #4069DB; }
span { border-color: rgb(64,105,219); }
td.TdClassName
{
border-color: #4069DB;
}
.TagClassName
{
border-color: #4069DB;
}
</style>