Shades of Royal Blue #4282EF
Tints of Royal Blue #4282EF
RGB
CMYK
RGB Variations
Color information
#4282EF (or 0x4282EF) is known color: Royal Blue. HEX triplet: 42, 82 and EF. RGB value is (66,130,239). Sum of RGB (Red+Green+Blue) = 66+130+239=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #4282EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4282EF is #BD7D10. Grayscale: #7A7A7A. Windows color (decimal): -12418321 or 15696450. OLE color: 15696450.
HSL color Cylindrical-coordinate representation of color #4282EF: hue angle of 217.8º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4282EF is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 130 | 239 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.06 |
| HSL | 217.8º | 0.84% | 0.6% | - |
| HSV(B) | 217.8º | 0.72% | 0.94% | - |
| XYZ | 25.81 | 23.36 | 84.81 | - |
| YUV | 123.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 239 | 0.72 | 0.46 | 0 | 0.06 | 217.8 | 0.84 | 0.6 |
| Hex | 42 | 82 | EF | 48 | 2E | 0 | 6 | DA | 54 | 3C |
| Octal | 102 | 202 | 357 | 110 | 56 | 0 | 6 | 332 | 124 | 74 |
| Binary | 1000010 | 10000010 | 11101111 | 1001000 | 101110 | 0 | 110 | 11011010 | 1010100 | 111100 |
Color Harmonies of #4282EF
Complementary color
Monochromatic Colors of #4282EF
Black with #4282EF
Text Example
Text Example
White with #4282EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282EF; }
p { color: rgb(66,130,239); }
H1.HeaderClassName
{
color: #4282EF;
}
.AnyTagClassName
{
color: #4282EF;
}
</style>
background-color css
<style>
a { background-color: #4282EF; }
a { background-color: rgb(66,130,239); }
div.DivClassName
{
background-color: #4282EF;
}
.BgClassName
{
background-color: #4282EF;
}
</style>
border-color css
<style>
span { border-color: #4282EF; }
span { border-color: rgb(66,130,239); }
td.TdClassName
{
border-color: #4282EF;
}
.TagClassName
{
border-color: #4282EF;
}
</style>