Shades of Royal Blue #3F57DD
Tints of Royal Blue #3F57DD
RGB
CMYK
RGB Variations
Color information
#3F57DD (or 0x3F57DD) is known color: Royal Blue. HEX triplet: 3F, 57 and DD. RGB value is (63,87,221). Sum of RGB (Red+Green+Blue) = 63+87+221=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F57DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F57DD is #C0A822. Grayscale: #5E5E5E. Windows color (decimal): -12625955 or 14505791. OLE color: 14505791.
HSL color Cylindrical-coordinate representation of color #3F57DD: hue angle of 230.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F57DD is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 87 | 221 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.13 |
| HSL | 230.89º | 0.7% | 0.56% | - |
| HSV(B) | 230.89º | 0.71% | 0.87% | - |
| XYZ | 18.51 | 13.09 | 69.96 | - |
| YUV | 95.1 | 199.05 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 221 | 0.71 | 0.61 | 0 | 0.13 | 230.89 | 0.7 | 0.56 |
| Hex | 3F | 57 | DD | 47 | 3D | 0 | D | E7 | 46 | 38 |
| Octal | 77 | 127 | 335 | 107 | 75 | 0 | 15 | 347 | 106 | 70 |
| Binary | 111111 | 1010111 | 11011101 | 1000111 | 111101 | 0 | 1101 | 11100111 | 1000110 | 111000 |
Color Harmonies of #3F57DD
Complementary color
Monochromatic Colors of #3F57DD
Black with #3F57DD
Text Example
Text Example
White with #3F57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F57DD; }
p { color: rgb(63,87,221); }
H1.HeaderClassName
{
color: #3F57DD;
}
.AnyTagClassName
{
color: #3F57DD;
}
</style>
background-color css
<style>
a { background-color: #3F57DD; }
a { background-color: rgb(63,87,221); }
div.DivClassName
{
background-color: #3F57DD;
}
.BgClassName
{
background-color: #3F57DD;
}
</style>
border-color css
<style>
span { border-color: #3F57DD; }
span { border-color: rgb(63,87,221); }
td.TdClassName
{
border-color: #3F57DD;
}
.TagClassName
{
border-color: #3F57DD;
}
</style>