Shades of Royal Blue #4069FE
Tints of Royal Blue #4069FE
RGB
CMYK
RGB Variations
Color information
#4069FE (or 0x4069FE) is known color: Royal Blue. HEX triplet: 40, 69 and FE. RGB value is (64,105,254). Sum of RGB (Red+Green+Blue) = 64+105+254=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #4069FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4069FE is #BF9601. Grayscale: #6D6D6D. Windows color (decimal): -12555778 or 16673088. OLE color: 16673088.
HSL color Cylindrical-coordinate representation of color #4069FE: hue angle of 227.05º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4069FE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 105 | 254 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.00 |
| HSL | 227.05º | 0.99% | 0.62% | - |
| HSV(B) | 227.05º | 0.75% | 1% | - |
| XYZ | 25.06 | 18.35 | 95.99 | - |
| YUV | 109.73 | 209.42 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 254 | 0.75 | 0.59 | 0 | 0.00 | 227.05 | 0.99 | 0.62 |
| Hex | 40 | 69 | FE | 4B | 3B | 0 | 0 | E3 | 63 | 3E |
| Octal | 100 | 151 | 376 | 113 | 73 | 0 | 0 | 343 | 143 | 76 |
| Binary | 1000000 | 1101001 | 11111110 | 1001011 | 111011 | 0 | 0 | 11100011 | 1100011 | 111110 |
Color Harmonies of #4069FE
Complementary color
Monochromatic Colors of #4069FE
Black with #4069FE
Text Example
Text Example
White with #4069FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069FE; }
p { color: rgb(64,105,254); }
H1.HeaderClassName
{
color: #4069FE;
}
.AnyTagClassName
{
color: #4069FE;
}
</style>
background-color css
<style>
a { background-color: #4069FE; }
a { background-color: rgb(64,105,254); }
div.DivClassName
{
background-color: #4069FE;
}
.BgClassName
{
background-color: #4069FE;
}
</style>
border-color css
<style>
span { border-color: #4069FE; }
span { border-color: rgb(64,105,254); }
td.TdClassName
{
border-color: #4069FE;
}
.TagClassName
{
border-color: #4069FE;
}
</style>