Shades of Royal Blue #407BF9
Tints of Royal Blue #407BF9
RGB
CMYK
RGB Variations
Color information
#407BF9 (or 0x407BF9) is known color: Royal Blue. HEX triplet: 40, 7B and F9. RGB value is (64,123,249). Sum of RGB (Red+Green+Blue) = 64+123+249=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #407BF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407BF9 is #BF8406. Grayscale: #777777. Windows color (decimal): -12551175 or 16350016. OLE color: 16350016.
HSL color Cylindrical-coordinate representation of color #407BF9: hue angle of 220.86º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407BF9 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 123 | 249 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.02 |
| HSL | 220.86º | 0.94% | 0.61% | - |
| HSV(B) | 220.86º | 0.74% | 0.98% | - |
| XYZ | 26.3 | 22.1 | 92.5 | - |
| YUV | 119.72 | 200.95 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 249 | 0.74 | 0.51 | 0 | 0.02 | 220.86 | 0.94 | 0.61 |
| Hex | 40 | 7B | F9 | 4A | 33 | 0 | 2 | DD | 5E | 3D |
| Octal | 100 | 173 | 371 | 112 | 63 | 0 | 2 | 335 | 136 | 75 |
| Binary | 1000000 | 1111011 | 11111001 | 1001010 | 110011 | 0 | 10 | 11011101 | 1011110 | 111101 |
Color Harmonies of #407BF9
Complementary color
Monochromatic Colors of #407BF9
Black with #407BF9
Text Example
Text Example
White with #407BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BF9; }
p { color: rgb(64,123,249); }
H1.HeaderClassName
{
color: #407BF9;
}
.AnyTagClassName
{
color: #407BF9;
}
</style>
background-color css
<style>
a { background-color: #407BF9; }
a { background-color: rgb(64,123,249); }
div.DivClassName
{
background-color: #407BF9;
}
.BgClassName
{
background-color: #407BF9;
}
</style>
border-color css
<style>
span { border-color: #407BF9; }
span { border-color: rgb(64,123,249); }
td.TdClassName
{
border-color: #407BF9;
}
.TagClassName
{
border-color: #407BF9;
}
</style>