Shades of Royal Blue #3D86DB
Tints of Royal Blue #3D86DB
RGB
CMYK
RGB Variations
Color information
#3D86DB (or 0x3D86DB) is known color: Royal Blue. HEX triplet: 3D, 86 and DB. RGB value is (61,134,219). Sum of RGB (Red+Green+Blue) = 61+134+219=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D86DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D86DB is #C27924. Grayscale: #797979. Windows color (decimal): -12744997 or 14386749. OLE color: 14386749.
HSL color Cylindrical-coordinate representation of color #3D86DB: hue angle of 212.28º 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 #3D86DB is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 134 | 219 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.14 |
| HSL | 212.28º | 0.69% | 0.55% | - |
| HSV(B) | 212.28º | 0.72% | 0.86% | - |
| XYZ | 23.24 | 23.16 | 70.26 | - |
| YUV | 121.86 | 182.82 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 134 | 219 | 0.72 | 0.39 | 0 | 0.14 | 212.28 | 0.69 | 0.55 |
| Hex | 3D | 86 | DB | 48 | 27 | 0 | E | D4 | 45 | 37 |
| Octal | 75 | 206 | 333 | 110 | 47 | 0 | 16 | 324 | 105 | 67 |
| Binary | 111101 | 10000110 | 11011011 | 1001000 | 100111 | 0 | 1110 | 11010100 | 1000101 | 110111 |
Color Harmonies of #3D86DB
Complementary color
Monochromatic Colors of #3D86DB
Black with #3D86DB
Text Example
Text Example
White with #3D86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D86DB; }
p { color: rgb(61,134,219); }
H1.HeaderClassName
{
color: #3D86DB;
}
.AnyTagClassName
{
color: #3D86DB;
}
</style>
background-color css
<style>
a { background-color: #3D86DB; }
a { background-color: rgb(61,134,219); }
div.DivClassName
{
background-color: #3D86DB;
}
.BgClassName
{
background-color: #3D86DB;
}
</style>
border-color css
<style>
span { border-color: #3D86DB; }
span { border-color: rgb(61,134,219); }
td.TdClassName
{
border-color: #3D86DB;
}
.TagClassName
{
border-color: #3D86DB;
}
</style>