Shades of Royal Blue #407FF2
Tints of Royal Blue #407FF2
RGB
CMYK
RGB Variations
Color information
#407FF2 (or 0x407FF2) is known color: Royal Blue. HEX triplet: 40, 7F and F2. RGB value is (64,127,242). Sum of RGB (Red+Green+Blue) = 64+127+242=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #407FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FF2 is #BF800D. Grayscale: #787878. Windows color (decimal): -12550158 or 15892288. OLE color: 15892288.
HSL color Cylindrical-coordinate representation of color #407FF2: hue angle of 218.76º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407FF2 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 127 | 242 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.05 |
| HSL | 218.76º | 0.87% | 0.6% | - |
| HSV(B) | 218.76º | 0.74% | 0.95% | - |
| XYZ | 25.73 | 22.68 | 87.03 | - |
| YUV | 121.27 | 196.13 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 242 | 0.74 | 0.48 | 0 | 0.05 | 218.76 | 0.87 | 0.6 |
| Hex | 40 | 7F | F2 | 4A | 30 | 0 | 5 | DB | 57 | 3C |
| Octal | 100 | 177 | 362 | 112 | 60 | 0 | 5 | 333 | 127 | 74 |
| Binary | 1000000 | 1111111 | 11110010 | 1001010 | 110000 | 0 | 101 | 11011011 | 1010111 | 111100 |
Color Harmonies of #407FF2
Complementary color
Monochromatic Colors of #407FF2
Black with #407FF2
Text Example
Text Example
White with #407FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FF2; }
p { color: rgb(64,127,242); }
H1.HeaderClassName
{
color: #407FF2;
}
.AnyTagClassName
{
color: #407FF2;
}
</style>
background-color css
<style>
a { background-color: #407FF2; }
a { background-color: rgb(64,127,242); }
div.DivClassName
{
background-color: #407FF2;
}
.BgClassName
{
background-color: #407FF2;
}
</style>
border-color css
<style>
span { border-color: #407FF2; }
span { border-color: rgb(64,127,242); }
td.TdClassName
{
border-color: #407FF2;
}
.TagClassName
{
border-color: #407FF2;
}
</style>