Shades of Royal Blue #4062F7
Tints of Royal Blue #4062F7
RGB
CMYK
RGB Variations
Color information
#4062F7 (or 0x4062F7) is known color: Royal Blue. HEX triplet: 40, 62 and F7. RGB value is (64,98,247). Sum of RGB (Red+Green+Blue) = 64+98+247=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #4062F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4062F7 is #BF9D08. Grayscale: #686868. Windows color (decimal): -12557577 or 16212544. OLE color: 16212544.
HSL color Cylindrical-coordinate representation of color #4062F7: hue angle of 228.85º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4062F7 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 98 | 247 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.03 |
| HSL | 228.85º | 0.92% | 0.61% | - |
| HSV(B) | 228.85º | 0.74% | 0.97% | - |
| XYZ | 23.27 | 16.54 | 89.96 | - |
| YUV | 104.82 | 208.24 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 247 | 0.74 | 0.60 | 0 | 0.03 | 228.85 | 0.92 | 0.61 |
| Hex | 40 | 62 | F7 | 4A | 3C | 0 | 3 | E5 | 5C | 3D |
| Octal | 100 | 142 | 367 | 112 | 74 | 0 | 3 | 345 | 134 | 75 |
| Binary | 1000000 | 1100010 | 11110111 | 1001010 | 111100 | 0 | 11 | 11100101 | 1011100 | 111101 |
Color Harmonies of #4062F7
Complementary color
Monochromatic Colors of #4062F7
Black with #4062F7
Text Example
Text Example
White with #4062F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4062F7; }
p { color: rgb(64,98,247); }
H1.HeaderClassName
{
color: #4062F7;
}
.AnyTagClassName
{
color: #4062F7;
}
</style>
background-color css
<style>
a { background-color: #4062F7; }
a { background-color: rgb(64,98,247); }
div.DivClassName
{
background-color: #4062F7;
}
.BgClassName
{
background-color: #4062F7;
}
</style>
border-color css
<style>
span { border-color: #4062F7; }
span { border-color: rgb(64,98,247); }
td.TdClassName
{
border-color: #4062F7;
}
.TagClassName
{
border-color: #4062F7;
}
</style>