Shades of Royal Blue #3F5DD7
Tints of Royal Blue #3F5DD7
RGB
CMYK
RGB Variations
Color information
#3F5DD7 (or 0x3F5DD7) is known color: Royal Blue. HEX triplet: 3F, 5D and D7. RGB value is (63,93,215). Sum of RGB (Red+Green+Blue) = 63+93+215=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #3F5DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DD7 is #C0A228. Grayscale: #616161. Windows color (decimal): -12624425 or 14114111. OLE color: 14114111.
HSL color Cylindrical-coordinate representation of color #3F5DD7: hue angle of 228.16º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F5DD7 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 93 | 215 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.16 |
| HSL | 228.16º | 0.66% | 0.55% | - |
| HSV(B) | 228.16º | 0.71% | 0.84% | - |
| XYZ | 18.23 | 13.79 | 65.99 | - |
| YUV | 97.94 | 194.06 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 215 | 0.71 | 0.57 | 0 | 0.16 | 228.16 | 0.66 | 0.55 |
| Hex | 3F | 5D | D7 | 47 | 39 | 0 | 10 | E4 | 42 | 37 |
| Octal | 77 | 135 | 327 | 107 | 71 | 0 | 20 | 344 | 102 | 67 |
| Binary | 111111 | 1011101 | 11010111 | 1000111 | 111001 | 0 | 10000 | 11100100 | 1000010 | 110111 |
Color Harmonies of #3F5DD7
Complementary color
Monochromatic Colors of #3F5DD7
Black with #3F5DD7
Text Example
Text Example
White with #3F5DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5DD7; }
p { color: rgb(63,93,215); }
H1.HeaderClassName
{
color: #3F5DD7;
}
.AnyTagClassName
{
color: #3F5DD7;
}
</style>
background-color css
<style>
a { background-color: #3F5DD7; }
a { background-color: rgb(63,93,215); }
div.DivClassName
{
background-color: #3F5DD7;
}
.BgClassName
{
background-color: #3F5DD7;
}
</style>
border-color css
<style>
span { border-color: #3F5DD7; }
span { border-color: rgb(63,93,215); }
td.TdClassName
{
border-color: #3F5DD7;
}
.TagClassName
{
border-color: #3F5DD7;
}
</style>