Shades of Royal Blue #406DFB
Tints of Royal Blue #406DFB
RGB
CMYK
RGB Variations
Color information
#406DFB (or 0x406DFB) is known color: Royal Blue. HEX triplet: 40, 6D and FB. RGB value is (64,109,251). Sum of RGB (Red+Green+Blue) = 64+109+251=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #406DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406DFB is #BF9204. Grayscale: #6F6F6F. Windows color (decimal): -12554757 or 16477504. OLE color: 16477504.
HSL color Cylindrical-coordinate representation of color #406DFB: hue angle of 225.56º 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 #406DFB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 109 | 251 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.02 |
| HSL | 225.56º | 0.96% | 0.62% | - |
| HSV(B) | 225.56º | 0.75% | 0.98% | - |
| XYZ | 25 | 18.99 | 93.62 | - |
| YUV | 111.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 251 | 0.75 | 0.57 | 0 | 0.02 | 225.56 | 0.96 | 0.62 |
| Hex | 40 | 6D | FB | 4B | 39 | 0 | 2 | E2 | 60 | 3E |
| Octal | 100 | 155 | 373 | 113 | 71 | 0 | 2 | 342 | 140 | 76 |
| Binary | 1000000 | 1101101 | 11111011 | 1001011 | 111001 | 0 | 10 | 11100010 | 1100000 | 111110 |
Color Harmonies of #406DFB
Complementary color
Monochromatic Colors of #406DFB
Black with #406DFB
Text Example
Text Example
White with #406DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DFB; }
p { color: rgb(64,109,251); }
H1.HeaderClassName
{
color: #406DFB;
}
.AnyTagClassName
{
color: #406DFB;
}
</style>
background-color css
<style>
a { background-color: #406DFB; }
a { background-color: rgb(64,109,251); }
div.DivClassName
{
background-color: #406DFB;
}
.BgClassName
{
background-color: #406DFB;
}
</style>
border-color css
<style>
span { border-color: #406DFB; }
span { border-color: rgb(64,109,251); }
td.TdClassName
{
border-color: #406DFB;
}
.TagClassName
{
border-color: #406DFB;
}
</style>