Shades of Royal Blue #3F87DD
Tints of Royal Blue #3F87DD
RGB
CMYK
RGB Variations
Color information
#3F87DD (or 0x3F87DD) is known color: Royal Blue. HEX triplet: 3F, 87 and DD. RGB value is (63,135,221). Sum of RGB (Red+Green+Blue) = 63+135+221=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F87DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F87DD is #C07822. Grayscale: #7A7A7A. Windows color (decimal): -12613667 or 14518079. OLE color: 14518079.
HSL color Cylindrical-coordinate representation of color #3F87DD: hue angle of 212.66º 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 #3F87DD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 135 | 221 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.13 |
| HSL | 212.66º | 0.7% | 0.56% | - |
| HSV(B) | 212.66º | 0.71% | 0.87% | - |
| XYZ | 23.77 | 23.61 | 71.71 | - |
| YUV | 123.28 | 183.15 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 221 | 0.71 | 0.39 | 0 | 0.13 | 212.66 | 0.7 | 0.56 |
| Hex | 3F | 87 | DD | 47 | 27 | 0 | D | D5 | 46 | 38 |
| Octal | 77 | 207 | 335 | 107 | 47 | 0 | 15 | 325 | 106 | 70 |
| Binary | 111111 | 10000111 | 11011101 | 1000111 | 100111 | 0 | 1101 | 11010101 | 1000110 | 111000 |
Color Harmonies of #3F87DD
Complementary color
Monochromatic Colors of #3F87DD
Black with #3F87DD
Text Example
Text Example
White with #3F87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F87DD; }
p { color: rgb(63,135,221); }
H1.HeaderClassName
{
color: #3F87DD;
}
.AnyTagClassName
{
color: #3F87DD;
}
</style>
background-color css
<style>
a { background-color: #3F87DD; }
a { background-color: rgb(63,135,221); }
div.DivClassName
{
background-color: #3F87DD;
}
.BgClassName
{
background-color: #3F87DD;
}
</style>
border-color css
<style>
span { border-color: #3F87DD; }
span { border-color: rgb(63,135,221); }
td.TdClassName
{
border-color: #3F87DD;
}
.TagClassName
{
border-color: #3F87DD;
}
</style>