Shades of Royal Blue #407BD0
Tints of Royal Blue #407BD0
RGB
CMYK
RGB Variations
Color information
#407BD0 (or 0x407BD0) is known color: Royal Blue. HEX triplet: 40, 7B and D0. RGB value is (64,123,208). Sum of RGB (Red+Green+Blue) = 64+123+208=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #407BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BD0 is #BF842F. Grayscale: #727272. Windows color (decimal): -12551216 or 13663040. OLE color: 13663040.
HSL color Cylindrical-coordinate representation of color #407BD0: hue angle of 215.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407BD0 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 123 | 208 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.18 |
| HSL | 215.42º | 0.61% | 0.53% | - |
| HSV(B) | 215.42º | 0.69% | 0.82% | - |
| XYZ | 20.58 | 19.81 | 62.41 | - |
| YUV | 115.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 208 | 0.69 | 0.41 | 0 | 0.18 | 215.42 | 0.61 | 0.53 |
| Hex | 40 | 7B | D0 | 45 | 29 | 0 | 12 | D7 | 3D | 35 |
| Octal | 100 | 173 | 320 | 105 | 51 | 0 | 22 | 327 | 75 | 65 |
| Binary | 1000000 | 1111011 | 11010000 | 1000101 | 101001 | 0 | 10010 | 11010111 | 111101 | 110101 |
Color Harmonies of #407BD0
Complementary color
Monochromatic Colors of #407BD0
Black with #407BD0
Text Example
Text Example
White with #407BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BD0; }
p { color: rgb(64,123,208); }
H1.HeaderClassName
{
color: #407BD0;
}
.AnyTagClassName
{
color: #407BD0;
}
</style>
background-color css
<style>
a { background-color: #407BD0; }
a { background-color: rgb(64,123,208); }
div.DivClassName
{
background-color: #407BD0;
}
.BgClassName
{
background-color: #407BD0;
}
</style>
border-color css
<style>
span { border-color: #407BD0; }
span { border-color: rgb(64,123,208); }
td.TdClassName
{
border-color: #407BD0;
}
.TagClassName
{
border-color: #407BD0;
}
</style>