Shades of Royal Blue #4280DC
Tints of Royal Blue #4280DC
RGB
CMYK
RGB Variations
Color information
#4280DC (or 0x4280DC) is known color: Royal Blue. HEX triplet: 42, 80 and DC. RGB value is (66,128,220). Sum of RGB (Red+Green+Blue) = 66+128+220=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #4280DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280DC is #BD7F23. Grayscale: #777777. Windows color (decimal): -12418852 or 14450754. OLE color: 14450754.
HSL color Cylindrical-coordinate representation of color #4280DC: hue angle of 215.84º degrees, saturation: 0.69, 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 #4280DC is Cyan = 0.7, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 128 | 220 | - |
| CMYK | 0.7 | 0.42 | 0 | 0.14 |
| HSL | 215.84º | 0.69% | 0.56% | - |
| HSV(B) | 215.84º | 0.7% | 0.86% | - |
| XYZ | 22.88 | 21.76 | 70.7 | - |
| YUV | 119.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 220 | 0.7 | 0.42 | 0 | 0.14 | 215.84 | 0.69 | 0.56 |
| Hex | 42 | 80 | DC | 46 | 2A | 0 | E | D8 | 45 | 38 |
| Octal | 102 | 200 | 334 | 106 | 52 | 0 | 16 | 330 | 105 | 70 |
| Binary | 1000010 | 10000000 | 11011100 | 1000110 | 101010 | 0 | 1110 | 11011000 | 1000101 | 111000 |
Color Harmonies of #4280DC
Complementary color
Monochromatic Colors of #4280DC
Black with #4280DC
Text Example
Text Example
White with #4280DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280DC; }
p { color: rgb(66,128,220); }
H1.HeaderClassName
{
color: #4280DC;
}
.AnyTagClassName
{
color: #4280DC;
}
</style>
background-color css
<style>
a { background-color: #4280DC; }
a { background-color: rgb(66,128,220); }
div.DivClassName
{
background-color: #4280DC;
}
.BgClassName
{
background-color: #4280DC;
}
</style>
border-color css
<style>
span { border-color: #4280DC; }
span { border-color: rgb(66,128,220); }
td.TdClassName
{
border-color: #4280DC;
}
.TagClassName
{
border-color: #4280DC;
}
</style>