Shades of Royal Blue #406FF2
Tints of Royal Blue #406FF2
RGB
CMYK
RGB Variations
Color information
#406FF2 (or 0x406FF2) is known color: Royal Blue. HEX triplet: 40, 6F and F2. RGB value is (64,111,242). Sum of RGB (Red+Green+Blue) = 64+111+242=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #406FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406FF2 is #BF900D. Grayscale: #6F6F6F. Windows color (decimal): -12554254 or 15888192. OLE color: 15888192.
HSL color Cylindrical-coordinate representation of color #406FF2: hue angle of 224.16º 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 #406FF2 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 111 | 242 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.05 |
| HSL | 224.16º | 0.87% | 0.6% | - |
| HSV(B) | 224.16º | 0.74% | 0.95% | - |
| XYZ | 23.83 | 18.87 | 86.39 | - |
| YUV | 111.88 | 201.43 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 242 | 0.74 | 0.54 | 0 | 0.05 | 224.16 | 0.87 | 0.6 |
| Hex | 40 | 6F | F2 | 4A | 36 | 0 | 5 | E0 | 57 | 3C |
| Octal | 100 | 157 | 362 | 112 | 66 | 0 | 5 | 340 | 127 | 74 |
| Binary | 1000000 | 1101111 | 11110010 | 1001010 | 110110 | 0 | 101 | 11100000 | 1010111 | 111100 |
Color Harmonies of #406FF2
Complementary color
Monochromatic Colors of #406FF2
Black with #406FF2
Text Example
Text Example
White with #406FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FF2; }
p { color: rgb(64,111,242); }
H1.HeaderClassName
{
color: #406FF2;
}
.AnyTagClassName
{
color: #406FF2;
}
</style>
background-color css
<style>
a { background-color: #406FF2; }
a { background-color: rgb(64,111,242); }
div.DivClassName
{
background-color: #406FF2;
}
.BgClassName
{
background-color: #406FF2;
}
</style>
border-color css
<style>
span { border-color: #406FF2; }
span { border-color: rgb(64,111,242); }
td.TdClassName
{
border-color: #406FF2;
}
.TagClassName
{
border-color: #406FF2;
}
</style>