Shades of Royal Blue #4069F8
Tints of Royal Blue #4069F8
RGB
CMYK
RGB Variations
Color information
#4069F8 (or 0x4069F8) is known color: Royal Blue. HEX triplet: 40, 69 and F8. RGB value is (64,105,248). Sum of RGB (Red+Green+Blue) = 64+105+248=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #4069F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4069F8 is #BF9607. Grayscale: #6C6C6C. Windows color (decimal): -12555784 or 16279872. OLE color: 16279872.
HSL color Cylindrical-coordinate representation of color #4069F8: hue angle of 226.63º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4069F8 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 105 | 248 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.03 |
| HSL | 226.63º | 0.93% | 0.61% | - |
| HSV(B) | 226.63º | 0.74% | 0.97% | - |
| XYZ | 24.11 | 17.97 | 91 | - |
| YUV | 109.04 | 206.42 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 248 | 0.74 | 0.58 | 0 | 0.03 | 226.63 | 0.93 | 0.61 |
| Hex | 40 | 69 | F8 | 4A | 3A | 0 | 3 | E3 | 5D | 3D |
| Octal | 100 | 151 | 370 | 112 | 72 | 0 | 3 | 343 | 135 | 75 |
| Binary | 1000000 | 1101001 | 11111000 | 1001010 | 111010 | 0 | 11 | 11100011 | 1011101 | 111101 |
Color Harmonies of #4069F8
Complementary color
Monochromatic Colors of #4069F8
Black with #4069F8
Text Example
Text Example
White with #4069F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069F8; }
p { color: rgb(64,105,248); }
H1.HeaderClassName
{
color: #4069F8;
}
.AnyTagClassName
{
color: #4069F8;
}
</style>
background-color css
<style>
a { background-color: #4069F8; }
a { background-color: rgb(64,105,248); }
div.DivClassName
{
background-color: #4069F8;
}
.BgClassName
{
background-color: #4069F8;
}
</style>
border-color css
<style>
span { border-color: #4069F8; }
span { border-color: rgb(64,105,248); }
td.TdClassName
{
border-color: #4069F8;
}
.TagClassName
{
border-color: #4069F8;
}
</style>