Shades of Royal Blue #3F86DB
Tints of Royal Blue #3F86DB
RGB
CMYK
RGB Variations
Color information
#3F86DB (or 0x3F86DB) is known color: Royal Blue. HEX triplet: 3F, 86 and DB. RGB value is (63,134,219). Sum of RGB (Red+Green+Blue) = 63+134+219=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F86DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F86DB is #C07924. Grayscale: #7A7A7A. Windows color (decimal): -12613925 or 14386751. OLE color: 14386751.
HSL color Cylindrical-coordinate representation of color #3F86DB: hue angle of 212.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F86DB is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 134 | 219 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.14 |
| HSL | 212.69º | 0.68% | 0.55% | - |
| HSV(B) | 212.69º | 0.71% | 0.86% | - |
| XYZ | 23.36 | 23.22 | 70.27 | - |
| YUV | 122.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 219 | 0.71 | 0.39 | 0 | 0.14 | 212.69 | 0.68 | 0.55 |
| Hex | 3F | 86 | DB | 47 | 27 | 0 | E | D5 | 44 | 37 |
| Octal | 77 | 206 | 333 | 107 | 47 | 0 | 16 | 325 | 104 | 67 |
| Binary | 111111 | 10000110 | 11011011 | 1000111 | 100111 | 0 | 1110 | 11010101 | 1000100 | 110111 |
Color Harmonies of #3F86DB
Complementary color
Monochromatic Colors of #3F86DB
Black with #3F86DB
Text Example
Text Example
White with #3F86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F86DB; }
p { color: rgb(63,134,219); }
H1.HeaderClassName
{
color: #3F86DB;
}
.AnyTagClassName
{
color: #3F86DB;
}
</style>
background-color css
<style>
a { background-color: #3F86DB; }
a { background-color: rgb(63,134,219); }
div.DivClassName
{
background-color: #3F86DB;
}
.BgClassName
{
background-color: #3F86DB;
}
</style>
border-color css
<style>
span { border-color: #3F86DB; }
span { border-color: rgb(63,134,219); }
td.TdClassName
{
border-color: #3F86DB;
}
.TagClassName
{
border-color: #3F86DB;
}
</style>