Shades of Royal Blue #407DF1
Tints of Royal Blue #407DF1
RGB
CMYK
RGB Variations
Color information
#407DF1 (or 0x407DF1) is known color: Royal Blue. HEX triplet: 40, 7D and F1. RGB value is (64,125,241). Sum of RGB (Red+Green+Blue) = 64+125+241=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #407DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DF1 is #BF820E. Grayscale: #777777. Windows color (decimal): -12550671 or 15826240. OLE color: 15826240.
HSL color Cylindrical-coordinate representation of color #407DF1: hue angle of 219.32º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407DF1 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 125 | 241 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.05 |
| HSL | 219.32º | 0.86% | 0.6% | - |
| HSV(B) | 219.32º | 0.73% | 0.95% | - |
| XYZ | 25.33 | 22.11 | 86.15 | - |
| YUV | 119.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 241 | 0.73 | 0.48 | 0 | 0.05 | 219.32 | 0.86 | 0.6 |
| Hex | 40 | 7D | F1 | 49 | 30 | 0 | 5 | DB | 56 | 3C |
| Octal | 100 | 175 | 361 | 111 | 60 | 0 | 5 | 333 | 126 | 74 |
| Binary | 1000000 | 1111101 | 11110001 | 1001001 | 110000 | 0 | 101 | 11011011 | 1010110 | 111100 |
Color Harmonies of #407DF1
Complementary color
Monochromatic Colors of #407DF1
Black with #407DF1
Text Example
Text Example
White with #407DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DF1; }
p { color: rgb(64,125,241); }
H1.HeaderClassName
{
color: #407DF1;
}
.AnyTagClassName
{
color: #407DF1;
}
</style>
background-color css
<style>
a { background-color: #407DF1; }
a { background-color: rgb(64,125,241); }
div.DivClassName
{
background-color: #407DF1;
}
.BgClassName
{
background-color: #407DF1;
}
</style>
border-color css
<style>
span { border-color: #407DF1; }
span { border-color: rgb(64,125,241); }
td.TdClassName
{
border-color: #407DF1;
}
.TagClassName
{
border-color: #407DF1;
}
</style>