Shades of Royal Blue #4069FB
Tints of Royal Blue #4069FB
RGB
CMYK
RGB Variations
Color information
#4069FB (or 0x4069FB) is known color: Royal Blue. HEX triplet: 40, 69 and FB. RGB value is (64,105,251). Sum of RGB (Red+Green+Blue) = 64+105+251=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #4069FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4069FB is #BF9604. Grayscale: #6C6C6C. Windows color (decimal): -12555781 or 16476480. OLE color: 16476480.
HSL color Cylindrical-coordinate representation of color #4069FB: hue angle of 226.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4069FB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 105 | 251 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.02 |
| HSL | 226.84º | 0.96% | 0.62% | - |
| HSV(B) | 226.84º | 0.75% | 0.98% | - |
| XYZ | 24.58 | 18.16 | 93.48 | - |
| YUV | 109.39 | 207.92 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 251 | 0.75 | 0.58 | 0 | 0.02 | 226.84 | 0.96 | 0.62 |
| Hex | 40 | 69 | FB | 4B | 3A | 0 | 2 | E3 | 60 | 3E |
| Octal | 100 | 151 | 373 | 113 | 72 | 0 | 2 | 343 | 140 | 76 |
| Binary | 1000000 | 1101001 | 11111011 | 1001011 | 111010 | 0 | 10 | 11100011 | 1100000 | 111110 |
Color Harmonies of #4069FB
Complementary color
Monochromatic Colors of #4069FB
Black with #4069FB
Text Example
Text Example
White with #4069FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069FB; }
p { color: rgb(64,105,251); }
H1.HeaderClassName
{
color: #4069FB;
}
.AnyTagClassName
{
color: #4069FB;
}
</style>
background-color css
<style>
a { background-color: #4069FB; }
a { background-color: rgb(64,105,251); }
div.DivClassName
{
background-color: #4069FB;
}
.BgClassName
{
background-color: #4069FB;
}
</style>
border-color css
<style>
span { border-color: #4069FB; }
span { border-color: rgb(64,105,251); }
td.TdClassName
{
border-color: #4069FB;
}
.TagClassName
{
border-color: #4069FB;
}
</style>