Shades of Royal Blue #4384DB
Tints of Royal Blue #4384DB
RGB
CMYK
RGB Variations
Color information
#4384DB (or 0x4384DB) is known color: Royal Blue. HEX triplet: 43, 84 and DB. RGB value is (67,132,219). Sum of RGB (Red+Green+Blue) = 67+132+219=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #4384DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384DB is #BC7B24. Grayscale: #7A7A7A. Windows color (decimal): -12352293 or 14386243. OLE color: 14386243.
HSL color Cylindrical-coordinate representation of color #4384DB: hue angle of 214.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4384DB is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 132 | 219 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.14 |
| HSL | 214.34º | 0.68% | 0.56% | - |
| HSV(B) | 214.34º | 0.69% | 0.86% | - |
| XYZ | 23.35 | 22.81 | 70.19 | - |
| YUV | 122.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 219 | 0.69 | 0.40 | 0 | 0.14 | 214.34 | 0.68 | 0.56 |
| Hex | 43 | 84 | DB | 45 | 28 | 0 | E | D6 | 44 | 38 |
| Octal | 103 | 204 | 333 | 105 | 50 | 0 | 16 | 326 | 104 | 70 |
| Binary | 1000011 | 10000100 | 11011011 | 1000101 | 101000 | 0 | 1110 | 11010110 | 1000100 | 111000 |
Color Harmonies of #4384DB
Complementary color
Monochromatic Colors of #4384DB
Black with #4384DB
Text Example
Text Example
White with #4384DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4384DB; }
p { color: rgb(67,132,219); }
H1.HeaderClassName
{
color: #4384DB;
}
.AnyTagClassName
{
color: #4384DB;
}
</style>
background-color css
<style>
a { background-color: #4384DB; }
a { background-color: rgb(67,132,219); }
div.DivClassName
{
background-color: #4384DB;
}
.BgClassName
{
background-color: #4384DB;
}
</style>
border-color css
<style>
span { border-color: #4384DB; }
span { border-color: rgb(67,132,219); }
td.TdClassName
{
border-color: #4384DB;
}
.TagClassName
{
border-color: #4384DB;
}
</style>