Shades of Royal Blue #4280EC
Tints of Royal Blue #4280EC
RGB
CMYK
RGB Variations
Color information
#4280EC (or 0x4280EC) is known color: Royal Blue. HEX triplet: 42, 80 and EC. RGB value is (66,128,236). Sum of RGB (Red+Green+Blue) = 66+128+236=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #4280EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4280EC is #BD7F13. Grayscale: #797979. Windows color (decimal): -12418836 or 15499330. OLE color: 15499330.
HSL color Cylindrical-coordinate representation of color #4280EC: hue angle of 218.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4280EC is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 128 | 236 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.07 |
| HSL | 218.12º | 0.82% | 0.59% | - |
| HSV(B) | 218.12º | 0.72% | 0.93% | - |
| XYZ | 25.11 | 22.65 | 82.41 | - |
| YUV | 121.77 | 192.46 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 236 | 0.72 | 0.46 | 0 | 0.07 | 218.12 | 0.82 | 0.59 |
| Hex | 42 | 80 | EC | 48 | 2E | 0 | 7 | DA | 52 | 3B |
| Octal | 102 | 200 | 354 | 110 | 56 | 0 | 7 | 332 | 122 | 73 |
| Binary | 1000010 | 10000000 | 11101100 | 1001000 | 101110 | 0 | 111 | 11011010 | 1010010 | 111011 |
Color Harmonies of #4280EC
Complementary color
Monochromatic Colors of #4280EC
Black with #4280EC
Text Example
Text Example
White with #4280EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280EC; }
p { color: rgb(66,128,236); }
H1.HeaderClassName
{
color: #4280EC;
}
.AnyTagClassName
{
color: #4280EC;
}
</style>
background-color css
<style>
a { background-color: #4280EC; }
a { background-color: rgb(66,128,236); }
div.DivClassName
{
background-color: #4280EC;
}
.BgClassName
{
background-color: #4280EC;
}
</style>
border-color css
<style>
span { border-color: #4280EC; }
span { border-color: rgb(66,128,236); }
td.TdClassName
{
border-color: #4280EC;
}
.TagClassName
{
border-color: #4280EC;
}
</style>