Shades of Royal Blue #407FDA
Tints of Royal Blue #407FDA
RGB
CMYK
RGB Variations
Color information
#407FDA (or 0x407FDA) is known color: Royal Blue. HEX triplet: 40, 7F and DA. RGB value is (64,127,218). Sum of RGB (Red+Green+Blue) = 64+127+218=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #407FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FDA is #BF8025. Grayscale: #767676. Windows color (decimal): -12550182 or 14319424. OLE color: 14319424.
HSL color Cylindrical-coordinate representation of color #407FDA: hue angle of 215.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407FDA is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 127 | 218 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.15 |
| HSL | 215.45º | 0.68% | 0.55% | - |
| HSV(B) | 215.45º | 0.71% | 0.85% | - |
| XYZ | 22.36 | 21.33 | 69.27 | - |
| YUV | 118.54 | 184.13 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 218 | 0.71 | 0.42 | 0 | 0.15 | 215.45 | 0.68 | 0.55 |
| Hex | 40 | 7F | DA | 47 | 2A | 0 | F | D7 | 44 | 37 |
| Octal | 100 | 177 | 332 | 107 | 52 | 0 | 17 | 327 | 104 | 67 |
| Binary | 1000000 | 1111111 | 11011010 | 1000111 | 101010 | 0 | 1111 | 11010111 | 1000100 | 110111 |
Color Harmonies of #407FDA
Complementary color
Monochromatic Colors of #407FDA
Black with #407FDA
Text Example
Text Example
White with #407FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FDA; }
p { color: rgb(64,127,218); }
H1.HeaderClassName
{
color: #407FDA;
}
.AnyTagClassName
{
color: #407FDA;
}
</style>
background-color css
<style>
a { background-color: #407FDA; }
a { background-color: rgb(64,127,218); }
div.DivClassName
{
background-color: #407FDA;
}
.BgClassName
{
background-color: #407FDA;
}
</style>
border-color css
<style>
span { border-color: #407FDA; }
span { border-color: rgb(64,127,218); }
td.TdClassName
{
border-color: #407FDA;
}
.TagClassName
{
border-color: #407FDA;
}
</style>