Shades of Royal Blue #406AFB
Tints of Royal Blue #406AFB
RGB
CMYK
RGB Variations
Color information
#406AFB (or 0x406AFB) is known color: Royal Blue. HEX triplet: 40, 6A and FB. RGB value is (64,106,251). Sum of RGB (Red+Green+Blue) = 64+106+251=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #406AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AFB is #BF9504. Grayscale: #6D6D6D. Windows color (decimal): -12555525 or 16476736. OLE color: 16476736.
HSL color Cylindrical-coordinate representation of color #406AFB: hue angle of 226.52º 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 #406AFB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 106 | 251 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.02 |
| HSL | 226.52º | 0.96% | 0.62% | - |
| HSV(B) | 226.52º | 0.75% | 0.98% | - |
| XYZ | 24.68 | 18.36 | 93.51 | - |
| YUV | 109.97 | 207.59 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 251 | 0.75 | 0.58 | 0 | 0.02 | 226.52 | 0.96 | 0.62 |
| Hex | 40 | 6A | FB | 4B | 3A | 0 | 2 | E3 | 60 | 3E |
| Octal | 100 | 152 | 373 | 113 | 72 | 0 | 2 | 343 | 140 | 76 |
| Binary | 1000000 | 1101010 | 11111011 | 1001011 | 111010 | 0 | 10 | 11100011 | 1100000 | 111110 |
Color Harmonies of #406AFB
Complementary color
Monochromatic Colors of #406AFB
Black with #406AFB
Text Example
Text Example
White with #406AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AFB; }
p { color: rgb(64,106,251); }
H1.HeaderClassName
{
color: #406AFB;
}
.AnyTagClassName
{
color: #406AFB;
}
</style>
background-color css
<style>
a { background-color: #406AFB; }
a { background-color: rgb(64,106,251); }
div.DivClassName
{
background-color: #406AFB;
}
.BgClassName
{
background-color: #406AFB;
}
</style>
border-color css
<style>
span { border-color: #406AFB; }
span { border-color: rgb(64,106,251); }
td.TdClassName
{
border-color: #406AFB;
}
.TagClassName
{
border-color: #406AFB;
}
</style>