Shades of Royal Blue #3D87DB
Tints of Royal Blue #3D87DB
RGB
CMYK
RGB Variations
Color information
#3D87DB (or 0x3D87DB) is known color: Royal Blue. HEX triplet: 3D, 87 and DB. RGB value is (61,135,219). Sum of RGB (Red+Green+Blue) = 61+135+219=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D87DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D87DB is #C27824. Grayscale: #7A7A7A. Windows color (decimal): -12744741 or 14387005. OLE color: 14387005.
HSL color Cylindrical-coordinate representation of color #3D87DB: hue angle of 211.9º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D87DB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 135 | 219 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.14 |
| HSL | 211.9º | 0.69% | 0.55% | - |
| HSV(B) | 211.9º | 0.72% | 0.86% | - |
| XYZ | 23.37 | 23.43 | 70.31 | - |
| YUV | 122.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 219 | 0.72 | 0.38 | 0 | 0.14 | 211.9 | 0.69 | 0.55 |
| Hex | 3D | 87 | DB | 48 | 26 | 0 | E | D4 | 45 | 37 |
| Octal | 75 | 207 | 333 | 110 | 46 | 0 | 16 | 324 | 105 | 67 |
| Binary | 111101 | 10000111 | 11011011 | 1001000 | 100110 | 0 | 1110 | 11010100 | 1000101 | 110111 |
Color Harmonies of #3D87DB
Complementary color
Monochromatic Colors of #3D87DB
Black with #3D87DB
Text Example
Text Example
White with #3D87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D87DB; }
p { color: rgb(61,135,219); }
H1.HeaderClassName
{
color: #3D87DB;
}
.AnyTagClassName
{
color: #3D87DB;
}
</style>
background-color css
<style>
a { background-color: #3D87DB; }
a { background-color: rgb(61,135,219); }
div.DivClassName
{
background-color: #3D87DB;
}
.BgClassName
{
background-color: #3D87DB;
}
</style>
border-color css
<style>
span { border-color: #3D87DB; }
span { border-color: rgb(61,135,219); }
td.TdClassName
{
border-color: #3D87DB;
}
.TagClassName
{
border-color: #3D87DB;
}
</style>