Shades of Royal Blue #5275EA
Tints of Royal Blue #5275EA
RGB
CMYK
RGB Variations
Color information
#5275EA (or 0x5275EA) is known color: Royal Blue. HEX triplet: 52, 75 and EA. RGB value is (82,117,234). Sum of RGB (Red+Green+Blue) = 82+117+234=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #5275EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5275EA is #AD8A15. Grayscale: #777777. Windows color (decimal): -11373078 or 15365458. OLE color: 15365458.
HSL color Cylindrical-coordinate representation of color #5275EA: hue angle of 226.18º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5275EA is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 117 | 234 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.08 |
| HSL | 226.18º | 0.78% | 0.62% | - |
| HSV(B) | 226.18º | 0.65% | 0.92% | - |
| XYZ | 24.69 | 20.46 | 80.49 | - |
| YUV | 119.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 234 | 0.65 | 0.5 | 0 | 0.08 | 226.18 | 0.78 | 0.62 |
| Hex | 52 | 75 | EA | 41 | 32 | 0 | 8 | E2 | 4E | 3E |
| Octal | 122 | 165 | 352 | 101 | 62 | 0 | 10 | 342 | 116 | 76 |
| Binary | 1010010 | 1110101 | 11101010 | 1000001 | 110010 | 0 | 1000 | 11100010 | 1001110 | 111110 |
Color Harmonies of #5275EA
Complementary color
Monochromatic Colors of #5275EA
Black with #5275EA
Text Example
Text Example
White with #5275EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5275EA; }
p { color: rgb(82,117,234); }
H1.HeaderClassName
{
color: #5275EA;
}
.AnyTagClassName
{
color: #5275EA;
}
</style>
background-color css
<style>
a { background-color: #5275EA; }
a { background-color: rgb(82,117,234); }
div.DivClassName
{
background-color: #5275EA;
}
.BgClassName
{
background-color: #5275EA;
}
</style>
border-color css
<style>
span { border-color: #5275EA; }
span { border-color: rgb(82,117,234); }
td.TdClassName
{
border-color: #5275EA;
}
.TagClassName
{
border-color: #5275EA;
}
</style>