Shades of Royal Blue #407CFC
Tints of Royal Blue #407CFC
RGB
CMYK
RGB Variations
Color information
#407CFC (or 0x407CFC) is known color: Royal Blue. HEX triplet: 40, 7C and FC. RGB value is (64,124,252). Sum of RGB (Red+Green+Blue) = 64+124+252=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #407CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CFC is #BF8303. Grayscale: #787878. Windows color (decimal): -12550916 or 16546880. OLE color: 16546880.
HSL color Cylindrical-coordinate representation of color #407CFC: hue angle of 220.85º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407CFC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 124 | 252 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.01 |
| HSL | 220.85º | 0.97% | 0.62% | - |
| HSV(B) | 220.85º | 0.75% | 0.99% | - |
| XYZ | 26.89 | 22.53 | 95.03 | - |
| YUV | 120.65 | 202.12 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 252 | 0.75 | 0.51 | 0 | 0.01 | 220.85 | 0.97 | 0.62 |
| Hex | 40 | 7C | FC | 4B | 33 | 0 | 1 | DD | 61 | 3E |
| Octal | 100 | 174 | 374 | 113 | 63 | 0 | 1 | 335 | 141 | 76 |
| Binary | 1000000 | 1111100 | 11111100 | 1001011 | 110011 | 0 | 1 | 11011101 | 1100001 | 111110 |
Color Harmonies of #407CFC
Complementary color
Monochromatic Colors of #407CFC
Black with #407CFC
Text Example
Text Example
White with #407CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CFC; }
p { color: rgb(64,124,252); }
H1.HeaderClassName
{
color: #407CFC;
}
.AnyTagClassName
{
color: #407CFC;
}
</style>
background-color css
<style>
a { background-color: #407CFC; }
a { background-color: rgb(64,124,252); }
div.DivClassName
{
background-color: #407CFC;
}
.BgClassName
{
background-color: #407CFC;
}
</style>
border-color css
<style>
span { border-color: #407CFC; }
span { border-color: rgb(64,124,252); }
td.TdClassName
{
border-color: #407CFC;
}
.TagClassName
{
border-color: #407CFC;
}
</style>