Shades of Royal Blue #405DF3
Tints of Royal Blue #405DF3
RGB
CMYK
RGB Variations
Color information
#405DF3 (or 0x405DF3) is known color: Royal Blue. HEX triplet: 40, 5D and F3. RGB value is (64,93,243). Sum of RGB (Red+Green+Blue) = 64+93+243=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #405DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DF3 is #BFA20C. Grayscale: #646464. Windows color (decimal): -12558861 or 15949120. OLE color: 15949120.
HSL color Cylindrical-coordinate representation of color #405DF3: hue angle of 230.28º degrees, saturation: 0.88, 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 #405DF3 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 93 | 243 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.05 |
| HSL | 230.28º | 0.88% | 0.6% | - |
| HSV(B) | 230.28º | 0.74% | 0.95% | - |
| XYZ | 22.21 | 15.39 | 86.59 | - |
| YUV | 101.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 243 | 0.74 | 0.62 | 0 | 0.05 | 230.28 | 0.88 | 0.6 |
| Hex | 40 | 5D | F3 | 4A | 3E | 0 | 5 | E6 | 58 | 3C |
| Octal | 100 | 135 | 363 | 112 | 76 | 0 | 5 | 346 | 130 | 74 |
| Binary | 1000000 | 1011101 | 11110011 | 1001010 | 111110 | 0 | 101 | 11100110 | 1011000 | 111100 |
Color Harmonies of #405DF3
Complementary color
Monochromatic Colors of #405DF3
Black with #405DF3
Text Example
Text Example
White with #405DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DF3; }
p { color: rgb(64,93,243); }
H1.HeaderClassName
{
color: #405DF3;
}
.AnyTagClassName
{
color: #405DF3;
}
</style>
background-color css
<style>
a { background-color: #405DF3; }
a { background-color: rgb(64,93,243); }
div.DivClassName
{
background-color: #405DF3;
}
.BgClassName
{
background-color: #405DF3;
}
</style>
border-color css
<style>
span { border-color: #405DF3; }
span { border-color: rgb(64,93,243); }
td.TdClassName
{
border-color: #405DF3;
}
.TagClassName
{
border-color: #405DF3;
}
</style>