Shades of Royal Blue #4184DB
Tints of Royal Blue #4184DB
RGB
CMYK
RGB Variations
Color information
#4184DB (or 0x4184DB) is known color: Royal Blue. HEX triplet: 41, 84 and DB. RGB value is (65,132,219). Sum of RGB (Red+Green+Blue) = 65+132+219=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 132 (51.95% from 255 or 31.73% 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 #4184DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184DB is #BE7B24. Grayscale: #797979. Windows color (decimal): -12483365 or 14386241. OLE color: 14386241.
HSL color Cylindrical-coordinate representation of color #4184DB: hue angle of 213.9º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4184DB is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 132 | 219 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.14 |
| HSL | 213.9º | 0.68% | 0.56% | - |
| HSV(B) | 213.9º | 0.7% | 0.86% | - |
| XYZ | 23.22 | 22.74 | 70.18 | - |
| YUV | 121.89 | 182.8 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 219 | 0.70 | 0.40 | 0 | 0.14 | 213.9 | 0.68 | 0.56 |
| Hex | 41 | 84 | DB | 46 | 28 | 0 | E | D6 | 44 | 38 |
| Octal | 101 | 204 | 333 | 106 | 50 | 0 | 16 | 326 | 104 | 70 |
| Binary | 1000001 | 10000100 | 11011011 | 1000110 | 101000 | 0 | 1110 | 11010110 | 1000100 | 111000 |
Color Harmonies of #4184DB
Complementary color
Monochromatic Colors of #4184DB
Black with #4184DB
Text Example
Text Example
White with #4184DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4184DB; }
p { color: rgb(65,132,219); }
H1.HeaderClassName
{
color: #4184DB;
}
.AnyTagClassName
{
color: #4184DB;
}
</style>
background-color css
<style>
a { background-color: #4184DB; }
a { background-color: rgb(65,132,219); }
div.DivClassName
{
background-color: #4184DB;
}
.BgClassName
{
background-color: #4184DB;
}
</style>
border-color css
<style>
span { border-color: #4184DB; }
span { border-color: rgb(65,132,219); }
td.TdClassName
{
border-color: #4184DB;
}
.TagClassName
{
border-color: #4184DB;
}
</style>