Shades of Royal Blue #4280DB
Tints of Royal Blue #4280DB
RGB
CMYK
RGB Variations
Color information
#4280DB (or 0x4280DB) is known color: Royal Blue. HEX triplet: 42, 80 and DB. RGB value is (66,128,219). Sum of RGB (Red+Green+Blue) = 66+128+219=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #4280DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280DB is #BD7F24. Grayscale: #777777. Windows color (decimal): -12418853 or 14385218. OLE color: 14385218.
HSL color Cylindrical-coordinate representation of color #4280DB: hue angle of 215.69º 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 #4280DB is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 128 | 219 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.14 |
| HSL | 215.69º | 0.68% | 0.56% | - |
| HSV(B) | 215.69º | 0.7% | 0.86% | - |
| XYZ | 22.75 | 21.71 | 70.01 | - |
| YUV | 119.84 | 183.96 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 219 | 0.70 | 0.42 | 0 | 0.14 | 215.69 | 0.68 | 0.56 |
| Hex | 42 | 80 | DB | 46 | 2A | 0 | E | D8 | 44 | 38 |
| Octal | 102 | 200 | 333 | 106 | 52 | 0 | 16 | 330 | 104 | 70 |
| Binary | 1000010 | 10000000 | 11011011 | 1000110 | 101010 | 0 | 1110 | 11011000 | 1000100 | 111000 |
Color Harmonies of #4280DB
Complementary color
Monochromatic Colors of #4280DB
Black with #4280DB
Text Example
Text Example
White with #4280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280DB; }
p { color: rgb(66,128,219); }
H1.HeaderClassName
{
color: #4280DB;
}
.AnyTagClassName
{
color: #4280DB;
}
</style>
background-color css
<style>
a { background-color: #4280DB; }
a { background-color: rgb(66,128,219); }
div.DivClassName
{
background-color: #4280DB;
}
.BgClassName
{
background-color: #4280DB;
}
</style>
border-color css
<style>
span { border-color: #4280DB; }
span { border-color: rgb(66,128,219); }
td.TdClassName
{
border-color: #4280DB;
}
.TagClassName
{
border-color: #4280DB;
}
</style>