Shades of Royal Blue #3D87DF
Tints of Royal Blue #3D87DF
RGB
CMYK
RGB Variations
Color information
#3D87DF (or 0x3D87DF) is known color: Royal Blue. HEX triplet: 3D, 87 and DF. RGB value is (61,135,223). Sum of RGB (Red+Green+Blue) = 61+135+223=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D87DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D87DF is #C27820. Grayscale: #7A7A7A. Windows color (decimal): -12744737 or 14649149. OLE color: 14649149.
HSL color Cylindrical-coordinate representation of color #3D87DF: hue angle of 212.59º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D87DF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 135 | 223 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.13 |
| HSL | 212.59º | 0.72% | 0.56% | - |
| HSV(B) | 212.59º | 0.73% | 0.87% | - |
| XYZ | 23.91 | 23.65 | 73.12 | - |
| YUV | 122.91 | 184.48 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 223 | 0.73 | 0.39 | 0 | 0.13 | 212.59 | 0.72 | 0.56 |
| Hex | 3D | 87 | DF | 49 | 27 | 0 | D | D5 | 48 | 38 |
| Octal | 75 | 207 | 337 | 111 | 47 | 0 | 15 | 325 | 110 | 70 |
| Binary | 111101 | 10000111 | 11011111 | 1001001 | 100111 | 0 | 1101 | 11010101 | 1001000 | 111000 |
Color Harmonies of #3D87DF
Complementary color
Monochromatic Colors of #3D87DF
Black with #3D87DF
Text Example
Text Example
White with #3D87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D87DF; }
p { color: rgb(61,135,223); }
H1.HeaderClassName
{
color: #3D87DF;
}
.AnyTagClassName
{
color: #3D87DF;
}
</style>
background-color css
<style>
a { background-color: #3D87DF; }
a { background-color: rgb(61,135,223); }
div.DivClassName
{
background-color: #3D87DF;
}
.BgClassName
{
background-color: #3D87DF;
}
</style>
border-color css
<style>
span { border-color: #3D87DF; }
span { border-color: rgb(61,135,223); }
td.TdClassName
{
border-color: #3D87DF;
}
.TagClassName
{
border-color: #3D87DF;
}
</style>