Shades of Royal Blue #4282EA
Tints of Royal Blue #4282EA
RGB
CMYK
RGB Variations
Color information
#4282EA (or 0x4282EA) is known color: Royal Blue. HEX triplet: 42, 82 and EA. RGB value is (66,130,234). Sum of RGB (Red+Green+Blue) = 66+130+234=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #4282EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4282EA is #BD7D15. Grayscale: #7A7A7A. Windows color (decimal): -12418326 or 15368770. OLE color: 15368770.
HSL color Cylindrical-coordinate representation of color #4282EA: hue angle of 217.14º degrees, saturation: 0.8, 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 #4282EA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 130 | 234 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.08 |
| HSL | 217.14º | 0.8% | 0.59% | - |
| HSV(B) | 217.14º | 0.72% | 0.92% | - |
| XYZ | 25.08 | 23.06 | 80.97 | - |
| YUV | 122.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 234 | 0.72 | 0.44 | 0 | 0.08 | 217.14 | 0.8 | 0.59 |
| Hex | 42 | 82 | EA | 48 | 2C | 0 | 8 | D9 | 50 | 3B |
| Octal | 102 | 202 | 352 | 110 | 54 | 0 | 10 | 331 | 120 | 73 |
| Binary | 1000010 | 10000010 | 11101010 | 1001000 | 101100 | 0 | 1000 | 11011001 | 1010000 | 111011 |
Color Harmonies of #4282EA
Complementary color
Monochromatic Colors of #4282EA
Black with #4282EA
Text Example
Text Example
White with #4282EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282EA; }
p { color: rgb(66,130,234); }
H1.HeaderClassName
{
color: #4282EA;
}
.AnyTagClassName
{
color: #4282EA;
}
</style>
background-color css
<style>
a { background-color: #4282EA; }
a { background-color: rgb(66,130,234); }
div.DivClassName
{
background-color: #4282EA;
}
.BgClassName
{
background-color: #4282EA;
}
</style>
border-color css
<style>
span { border-color: #4282EA; }
span { border-color: rgb(66,130,234); }
td.TdClassName
{
border-color: #4282EA;
}
.TagClassName
{
border-color: #4282EA;
}
</style>