Shades of Royal Blue #407AFE
Tints of Royal Blue #407AFE
RGB
CMYK
RGB Variations
Color information
#407AFE (or 0x407AFE) is known color: Royal Blue. HEX triplet: 40, 7A and FE. RGB value is (64,122,254). Sum of RGB (Red+Green+Blue) = 64+122+254=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #407AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AFE is #BF8501. Grayscale: #777777. Windows color (decimal): -12551426 or 16677440. OLE color: 16677440.
HSL color Cylindrical-coordinate representation of color #407AFE: hue angle of 221.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407AFE is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 122 | 254 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.00 |
| HSL | 221.68º | 0.99% | 0.62% | - |
| HSV(B) | 221.68º | 0.75% | 1% | - |
| XYZ | 26.96 | 22.16 | 96.62 | - |
| YUV | 119.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 254 | 0.75 | 0.52 | 0 | 0.00 | 221.68 | 0.99 | 0.62 |
| Hex | 40 | 7A | FE | 4B | 34 | 0 | 0 | DE | 63 | 3E |
| Octal | 100 | 172 | 376 | 113 | 64 | 0 | 0 | 336 | 143 | 76 |
| Binary | 1000000 | 1111010 | 11111110 | 1001011 | 110100 | 0 | 0 | 11011110 | 1100011 | 111110 |
Color Harmonies of #407AFE
Complementary color
Monochromatic Colors of #407AFE
Black with #407AFE
Text Example
Text Example
White with #407AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AFE; }
p { color: rgb(64,122,254); }
H1.HeaderClassName
{
color: #407AFE;
}
.AnyTagClassName
{
color: #407AFE;
}
</style>
background-color css
<style>
a { background-color: #407AFE; }
a { background-color: rgb(64,122,254); }
div.DivClassName
{
background-color: #407AFE;
}
.BgClassName
{
background-color: #407AFE;
}
</style>
border-color css
<style>
span { border-color: #407AFE; }
span { border-color: rgb(64,122,254); }
td.TdClassName
{
border-color: #407AFE;
}
.TagClassName
{
border-color: #407AFE;
}
</style>