Shades of Royal Blue #5279FB
Tints of Royal Blue #5279FB
RGB
CMYK
RGB Variations
Color information
#5279FB (or 0x5279FB) is known color: Royal Blue. HEX triplet: 52, 79 and FB. RGB value is (82,121,251). Sum of RGB (Red+Green+Blue) = 82+121+251=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #5279FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5279FB is #AD8604. Grayscale: #7B7B7B. Windows color (decimal): -11372037 or 16480594. OLE color: 16480594.
HSL color Cylindrical-coordinate representation of color #5279FB: hue angle of 226.15º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5279FB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 121 | 251 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.02 |
| HSL | 226.15º | 0.95% | 0.65% | - |
| HSV(B) | 226.15º | 0.67% | 0.98% | - |
| XYZ | 27.73 | 22.43 | 94.14 | - |
| YUV | 124.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 251 | 0.67 | 0.52 | 0 | 0.02 | 226.15 | 0.95 | 0.65 |
| Hex | 52 | 79 | FB | 43 | 34 | 0 | 2 | E2 | 5F | 41 |
| Octal | 122 | 171 | 373 | 103 | 64 | 0 | 2 | 342 | 137 | 101 |
| Binary | 1010010 | 1111001 | 11111011 | 1000011 | 110100 | 0 | 10 | 11100010 | 1011111 | 1000001 |
Color Harmonies of #5279FB
Complementary color
Monochromatic Colors of #5279FB
Black with #5279FB
Text Example
Text Example
White with #5279FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279FB; }
p { color: rgb(82,121,251); }
H1.HeaderClassName
{
color: #5279FB;
}
.AnyTagClassName
{
color: #5279FB;
}
</style>
background-color css
<style>
a { background-color: #5279FB; }
a { background-color: rgb(82,121,251); }
div.DivClassName
{
background-color: #5279FB;
}
.BgClassName
{
background-color: #5279FB;
}
</style>
border-color css
<style>
span { border-color: #5279FB; }
span { border-color: rgb(82,121,251); }
td.TdClassName
{
border-color: #5279FB;
}
.TagClassName
{
border-color: #5279FB;
}
</style>