Shades of Royal Blue #4282EB
Tints of Royal Blue #4282EB
RGB
CMYK
RGB Variations
Color information
#4282EB (or 0x4282EB) is known color: Royal Blue. HEX triplet: 42, 82 and EB. RGB value is (66,130,235). Sum of RGB (Red+Green+Blue) = 66+130+235=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #4282EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4282EB is #BD7D14. Grayscale: #7A7A7A. Windows color (decimal): -12418325 or 15434306. OLE color: 15434306.
HSL color Cylindrical-coordinate representation of color #4282EB: hue angle of 217.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4282EB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 130 | 235 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.08 |
| HSL | 217.28º | 0.81% | 0.59% | - |
| HSV(B) | 217.28º | 0.72% | 0.92% | - |
| XYZ | 25.22 | 23.12 | 81.73 | - |
| YUV | 122.83 | 191.3 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 235 | 0.72 | 0.45 | 0 | 0.08 | 217.28 | 0.81 | 0.59 |
| Hex | 42 | 82 | EB | 48 | 2D | 0 | 8 | D9 | 51 | 3B |
| Octal | 102 | 202 | 353 | 110 | 55 | 0 | 10 | 331 | 121 | 73 |
| Binary | 1000010 | 10000010 | 11101011 | 1001000 | 101101 | 0 | 1000 | 11011001 | 1010001 | 111011 |
Color Harmonies of #4282EB
Complementary color
Monochromatic Colors of #4282EB
Black with #4282EB
Text Example
Text Example
White with #4282EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282EB; }
p { color: rgb(66,130,235); }
H1.HeaderClassName
{
color: #4282EB;
}
.AnyTagClassName
{
color: #4282EB;
}
</style>
background-color css
<style>
a { background-color: #4282EB; }
a { background-color: rgb(66,130,235); }
div.DivClassName
{
background-color: #4282EB;
}
.BgClassName
{
background-color: #4282EB;
}
</style>
border-color css
<style>
span { border-color: #4282EB; }
span { border-color: rgb(66,130,235); }
td.TdClassName
{
border-color: #4282EB;
}
.TagClassName
{
border-color: #4282EB;
}
</style>