Shades of Royal Blue #407BDC
Tints of Royal Blue #407BDC
RGB
CMYK
RGB Variations
Color information
#407BDC (or 0x407BDC) is known color: Royal Blue. HEX triplet: 40, 7B and DC. RGB value is (64,123,220). Sum of RGB (Red+Green+Blue) = 64+123+220=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #407BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BDC is #BF8423. Grayscale: #737373. Windows color (decimal): -12551204 or 14449472. OLE color: 14449472.
HSL color Cylindrical-coordinate representation of color #407BDC: hue angle of 217.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407BDC is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 123 | 220 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.14 |
| HSL | 217.31º | 0.69% | 0.56% | - |
| HSV(B) | 217.31º | 0.71% | 0.86% | - |
| XYZ | 22.12 | 20.42 | 70.49 | - |
| YUV | 116.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 220 | 0.71 | 0.44 | 0 | 0.14 | 217.31 | 0.69 | 0.56 |
| Hex | 40 | 7B | DC | 47 | 2C | 0 | E | D9 | 45 | 38 |
| Octal | 100 | 173 | 334 | 107 | 54 | 0 | 16 | 331 | 105 | 70 |
| Binary | 1000000 | 1111011 | 11011100 | 1000111 | 101100 | 0 | 1110 | 11011001 | 1000101 | 111000 |
Color Harmonies of #407BDC
Complementary color
Monochromatic Colors of #407BDC
Black with #407BDC
Text Example
Text Example
White with #407BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BDC; }
p { color: rgb(64,123,220); }
H1.HeaderClassName
{
color: #407BDC;
}
.AnyTagClassName
{
color: #407BDC;
}
</style>
background-color css
<style>
a { background-color: #407BDC; }
a { background-color: rgb(64,123,220); }
div.DivClassName
{
background-color: #407BDC;
}
.BgClassName
{
background-color: #407BDC;
}
</style>
border-color css
<style>
span { border-color: #407BDC; }
span { border-color: rgb(64,123,220); }
td.TdClassName
{
border-color: #407BDC;
}
.TagClassName
{
border-color: #407BDC;
}
</style>