Shades of Royal Blue #407FEE
Tints of Royal Blue #407FEE
RGB
CMYK
RGB Variations
Color information
#407FEE (or 0x407FEE) is known color: Royal Blue. HEX triplet: 40, 7F and EE. RGB value is (64,127,238). Sum of RGB (Red+Green+Blue) = 64+127+238=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #407FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FEE is #BF8011. Grayscale: #787878. Windows color (decimal): -12550162 or 15630144. OLE color: 15630144.
HSL color Cylindrical-coordinate representation of color #407FEE: hue angle of 218.28º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407FEE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 127 | 238 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.07 |
| HSL | 218.28º | 0.84% | 0.59% | - |
| HSV(B) | 218.28º | 0.73% | 0.93% | - |
| XYZ | 25.14 | 22.44 | 83.9 | - |
| YUV | 120.82 | 194.13 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 238 | 0.73 | 0.47 | 0 | 0.07 | 218.28 | 0.84 | 0.59 |
| Hex | 40 | 7F | EE | 49 | 2F | 0 | 7 | DA | 54 | 3B |
| Octal | 100 | 177 | 356 | 111 | 57 | 0 | 7 | 332 | 124 | 73 |
| Binary | 1000000 | 1111111 | 11101110 | 1001001 | 101111 | 0 | 111 | 11011010 | 1010100 | 111011 |
Color Harmonies of #407FEE
Complementary color
Monochromatic Colors of #407FEE
Black with #407FEE
Text Example
Text Example
White with #407FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FEE; }
p { color: rgb(64,127,238); }
H1.HeaderClassName
{
color: #407FEE;
}
.AnyTagClassName
{
color: #407FEE;
}
</style>
background-color css
<style>
a { background-color: #407FEE; }
a { background-color: rgb(64,127,238); }
div.DivClassName
{
background-color: #407FEE;
}
.BgClassName
{
background-color: #407FEE;
}
</style>
border-color css
<style>
span { border-color: #407FEE; }
span { border-color: rgb(64,127,238); }
td.TdClassName
{
border-color: #407FEE;
}
.TagClassName
{
border-color: #407FEE;
}
</style>