Shades of Royal Blue #407BDF
Tints of Royal Blue #407BDF
RGB
CMYK
RGB Variations
Color information
#407BDF (or 0x407BDF) is known color: Royal Blue. HEX triplet: 40, 7B and DF. RGB value is (64,123,223). Sum of RGB (Red+Green+Blue) = 64+123+223=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #407BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BDF is #BF8420. Grayscale: #747474. Windows color (decimal): -12551201 or 14646080. OLE color: 14646080.
HSL color Cylindrical-coordinate representation of color #407BDF: hue angle of 217.74º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407BDF is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 123 | 223 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.13 |
| HSL | 217.74º | 0.71% | 0.56% | - |
| HSV(B) | 217.74º | 0.71% | 0.87% | - |
| XYZ | 22.52 | 20.58 | 72.6 | - |
| YUV | 116.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 223 | 0.71 | 0.45 | 0 | 0.13 | 217.74 | 0.71 | 0.56 |
| Hex | 40 | 7B | DF | 47 | 2D | 0 | D | DA | 47 | 38 |
| Octal | 100 | 173 | 337 | 107 | 55 | 0 | 15 | 332 | 107 | 70 |
| Binary | 1000000 | 1111011 | 11011111 | 1000111 | 101101 | 0 | 1101 | 11011010 | 1000111 | 111000 |
Color Harmonies of #407BDF
Complementary color
Monochromatic Colors of #407BDF
Black with #407BDF
Text Example
Text Example
White with #407BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BDF; }
p { color: rgb(64,123,223); }
H1.HeaderClassName
{
color: #407BDF;
}
.AnyTagClassName
{
color: #407BDF;
}
</style>
background-color css
<style>
a { background-color: #407BDF; }
a { background-color: rgb(64,123,223); }
div.DivClassName
{
background-color: #407BDF;
}
.BgClassName
{
background-color: #407BDF;
}
</style>
border-color css
<style>
span { border-color: #407BDF; }
span { border-color: rgb(64,123,223); }
td.TdClassName
{
border-color: #407BDF;
}
.TagClassName
{
border-color: #407BDF;
}
</style>