Shades of Royal Blue #4284DB
Tints of Royal Blue #4284DB
RGB
CMYK
RGB Variations
Color information
#4284DB (or 0x4284DB) is known color: Royal Blue. HEX triplet: 42, 84 and DB. RGB value is (66,132,219). Sum of RGB (Red+Green+Blue) = 66+132+219=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #4284DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4284DB is #BD7B24. Grayscale: #797979. Windows color (decimal): -12417829 or 14386242. OLE color: 14386242.
HSL color Cylindrical-coordinate representation of color #4284DB: hue angle of 214.12º 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 #4284DB is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 132 | 219 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.14 |
| HSL | 214.12º | 0.68% | 0.56% | - |
| HSV(B) | 214.12º | 0.7% | 0.86% | - |
| XYZ | 23.28 | 22.78 | 70.19 | - |
| YUV | 122.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 219 | 0.70 | 0.40 | 0 | 0.14 | 214.12 | 0.68 | 0.56 |
| Hex | 42 | 84 | DB | 46 | 28 | 0 | E | D6 | 44 | 38 |
| Octal | 102 | 204 | 333 | 106 | 50 | 0 | 16 | 326 | 104 | 70 |
| Binary | 1000010 | 10000100 | 11011011 | 1000110 | 101000 | 0 | 1110 | 11010110 | 1000100 | 111000 |
Color Harmonies of #4284DB
Complementary color
Monochromatic Colors of #4284DB
Black with #4284DB
Text Example
Text Example
White with #4284DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4284DB; }
p { color: rgb(66,132,219); }
H1.HeaderClassName
{
color: #4284DB;
}
.AnyTagClassName
{
color: #4284DB;
}
</style>
background-color css
<style>
a { background-color: #4284DB; }
a { background-color: rgb(66,132,219); }
div.DivClassName
{
background-color: #4284DB;
}
.BgClassName
{
background-color: #4284DB;
}
</style>
border-color css
<style>
span { border-color: #4284DB; }
span { border-color: rgb(66,132,219); }
td.TdClassName
{
border-color: #4284DB;
}
.TagClassName
{
border-color: #4284DB;
}
</style>