Shades of Royal Blue #405FF4
Tints of Royal Blue #405FF4
RGB
CMYK
RGB Variations
Color information
#405FF4 (or 0x405FF4) is known color: Royal Blue. HEX triplet: 40, 5F and F4. RGB value is (64,95,244). Sum of RGB (Red+Green+Blue) = 64+95+244=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #405FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FF4 is #BFA00B. Grayscale: #666666. Windows color (decimal): -12558348 or 16015168. OLE color: 16015168.
HSL color Cylindrical-coordinate representation of color #405FF4: hue angle of 229.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405FF4 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 95 | 244 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.04 |
| HSL | 229.67º | 0.89% | 0.6% | - |
| HSV(B) | 229.67º | 0.74% | 0.96% | - |
| XYZ | 22.54 | 15.81 | 87.45 | - |
| YUV | 102.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 244 | 0.74 | 0.61 | 0 | 0.04 | 229.67 | 0.89 | 0.6 |
| Hex | 40 | 5F | F4 | 4A | 3D | 0 | 4 | E6 | 59 | 3C |
| Octal | 100 | 137 | 364 | 112 | 75 | 0 | 4 | 346 | 131 | 74 |
| Binary | 1000000 | 1011111 | 11110100 | 1001010 | 111101 | 0 | 100 | 11100110 | 1011001 | 111100 |
Color Harmonies of #405FF4
Complementary color
Monochromatic Colors of #405FF4
Black with #405FF4
Text Example
Text Example
White with #405FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FF4; }
p { color: rgb(64,95,244); }
H1.HeaderClassName
{
color: #405FF4;
}
.AnyTagClassName
{
color: #405FF4;
}
</style>
background-color css
<style>
a { background-color: #405FF4; }
a { background-color: rgb(64,95,244); }
div.DivClassName
{
background-color: #405FF4;
}
.BgClassName
{
background-color: #405FF4;
}
</style>
border-color css
<style>
span { border-color: #405FF4; }
span { border-color: rgb(64,95,244); }
td.TdClassName
{
border-color: #405FF4;
}
.TagClassName
{
border-color: #405FF4;
}
</style>