Shades of Royal Blue #4280DD
Tints of Royal Blue #4280DD
RGB
CMYK
RGB Variations
Color information
#4280DD (or 0x4280DD) is known color: Royal Blue. HEX triplet: 42, 80 and DD. RGB value is (66,128,221). Sum of RGB (Red+Green+Blue) = 66+128+221=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #4280DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280DD is #BD7F22. Grayscale: #777777. Windows color (decimal): -12418851 or 14516290. OLE color: 14516290.
HSL color Cylindrical-coordinate representation of color #4280DD: hue angle of 216º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4280DD is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 128 | 221 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.13 |
| HSL | 216º | 0.7% | 0.56% | - |
| HSV(B) | 216º | 0.7% | 0.87% | - |
| XYZ | 23.02 | 21.82 | 71.4 | - |
| YUV | 120.06 | 184.96 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 221 | 0.70 | 0.42 | 0 | 0.13 | 216 | 0.7 | 0.56 |
| Hex | 42 | 80 | DD | 46 | 2A | 0 | D | D8 | 46 | 38 |
| Octal | 102 | 200 | 335 | 106 | 52 | 0 | 15 | 330 | 106 | 70 |
| Binary | 1000010 | 10000000 | 11011101 | 1000110 | 101010 | 0 | 1101 | 11011000 | 1000110 | 111000 |
Color Harmonies of #4280DD
Complementary color
Monochromatic Colors of #4280DD
Black with #4280DD
Text Example
Text Example
White with #4280DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280DD; }
p { color: rgb(66,128,221); }
H1.HeaderClassName
{
color: #4280DD;
}
.AnyTagClassName
{
color: #4280DD;
}
</style>
background-color css
<style>
a { background-color: #4280DD; }
a { background-color: rgb(66,128,221); }
div.DivClassName
{
background-color: #4280DD;
}
.BgClassName
{
background-color: #4280DD;
}
</style>
border-color css
<style>
span { border-color: #4280DD; }
span { border-color: rgb(66,128,221); }
td.TdClassName
{
border-color: #4280DD;
}
.TagClassName
{
border-color: #4280DD;
}
</style>