Shades of Royal Blue #4069FF
Tints of Royal Blue #4069FF
RGB
CMYK
RGB Variations
Color information
#4069FF (or 0x4069FF) is known color: Royal Blue. HEX triplet: 40, 69 and FF. RGB value is (64,105,255). Sum of RGB (Red+Green+Blue) = 64+105+255=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #4069FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4069FF is #BF9600. Grayscale: #6D6D6D. Windows color (decimal): -12555777 or 16738624. OLE color: 16738624.
HSL color Cylindrical-coordinate representation of color #4069FF: hue angle of 227.12º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4069FF is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 105 | 255 | - |
| CMYK | 0.75 | 0.59 | 0 | 0 |
| HSL | 227.12º | 1% | 0.63% | - |
| HSV(B) | 227.12º | 0.75% | 1% | - |
| XYZ | 25.22 | 18.41 | 96.83 | - |
| YUV | 109.84 | 209.92 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 255 | 0.75 | 0.59 | 0 | 0 | 227.12 | 1 | 0.63 |
| Hex | 40 | 69 | FF | 4B | 3B | 0 | 0 | E3 | 64 | 3F |
| Octal | 100 | 151 | 377 | 113 | 73 | 0 | 0 | 343 | 144 | 77 |
| Binary | 1000000 | 1101001 | 11111111 | 1001011 | 111011 | 0 | 0 | 11100011 | 1100100 | 111111 |
Color Harmonies of #4069FF
Complementary color
Monochromatic Colors of #4069FF
Black with #4069FF
Text Example
Text Example
White with #4069FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069FF; }
p { color: rgb(64,105,255); }
H1.HeaderClassName
{
color: #4069FF;
}
.AnyTagClassName
{
color: #4069FF;
}
</style>
background-color css
<style>
a { background-color: #4069FF; }
a { background-color: rgb(64,105,255); }
div.DivClassName
{
background-color: #4069FF;
}
.BgClassName
{
background-color: #4069FF;
}
</style>
border-color css
<style>
span { border-color: #4069FF; }
span { border-color: rgb(64,105,255); }
td.TdClassName
{
border-color: #4069FF;
}
.TagClassName
{
border-color: #4069FF;
}
</style>