Shades of Royal Blue #3C87DB
Tints of Royal Blue #3C87DB
RGB
CMYK
RGB Variations
Color information
#3C87DB (or 0x3C87DB) is known color: Royal Blue. HEX triplet: 3C, 87 and DB. RGB value is (60,135,219). Sum of RGB (Red+Green+Blue) = 60+135+219=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 135 (53.12% from 255 or 32.61% 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 #3C87DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C87DB is #C37824. Grayscale: #797979. Windows color (decimal): -12810277 or 14387004. OLE color: 14387004.
HSL color Cylindrical-coordinate representation of color #3C87DB: hue angle of 211.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C87DB is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 135 | 219 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.14 |
| HSL | 211.7º | 0.69% | 0.55% | - |
| HSV(B) | 211.7º | 0.73% | 0.86% | - |
| XYZ | 23.31 | 23.4 | 70.31 | - |
| YUV | 122.15 | 182.65 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 219 | 0.73 | 0.38 | 0 | 0.14 | 211.7 | 0.69 | 0.55 |
| Hex | 3C | 87 | DB | 49 | 26 | 0 | E | D4 | 45 | 37 |
| Octal | 74 | 207 | 333 | 111 | 46 | 0 | 16 | 324 | 105 | 67 |
| Binary | 111100 | 10000111 | 11011011 | 1001001 | 100110 | 0 | 1110 | 11010100 | 1000101 | 110111 |
Color Harmonies of #3C87DB
Complementary color
Monochromatic Colors of #3C87DB
Black with #3C87DB
Text Example
Text Example
White with #3C87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C87DB; }
p { color: rgb(60,135,219); }
H1.HeaderClassName
{
color: #3C87DB;
}
.AnyTagClassName
{
color: #3C87DB;
}
</style>
background-color css
<style>
a { background-color: #3C87DB; }
a { background-color: rgb(60,135,219); }
div.DivClassName
{
background-color: #3C87DB;
}
.BgClassName
{
background-color: #3C87DB;
}
</style>
border-color css
<style>
span { border-color: #3C87DB; }
span { border-color: rgb(60,135,219); }
td.TdClassName
{
border-color: #3C87DB;
}
.TagClassName
{
border-color: #3C87DB;
}
</style>