Shades of Royal Blue #5268CF
Tints of Royal Blue #5268CF
RGB
CMYK
RGB Variations
Color information
#5268CF (or 0x5268CF) is known color: Royal Blue. HEX triplet: 52, 68 and CF. RGB value is (82,104,207). Sum of RGB (Red+Green+Blue) = 82+104+207=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #5268CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268CF is #AD9730. Grayscale: #6C6C6C. Windows color (decimal): -11376433 or 13592658. OLE color: 13592658.
HSL color Cylindrical-coordinate representation of color #5268CF: hue angle of 229.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5268CF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 104 | 207 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.19 |
| HSL | 229.44º | 0.57% | 0.57% | - |
| HSV(B) | 229.44º | 0.6% | 0.81% | - |
| XYZ | 19.69 | 16.2 | 61.12 | - |
| YUV | 109.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 207 | 0.60 | 0.50 | 0 | 0.19 | 229.44 | 0.57 | 0.57 |
| Hex | 52 | 68 | CF | 3C | 32 | 0 | 13 | E5 | 39 | 39 |
| Octal | 122 | 150 | 317 | 74 | 62 | 0 | 23 | 345 | 71 | 71 |
| Binary | 1010010 | 1101000 | 11001111 | 111100 | 110010 | 0 | 10011 | 11100101 | 111001 | 111001 |
Color Harmonies of #5268CF
Complementary color
Monochromatic Colors of #5268CF
Black with #5268CF
Text Example
Text Example
White with #5268CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5268CF; }
p { color: rgb(82,104,207); }
H1.HeaderClassName
{
color: #5268CF;
}
.AnyTagClassName
{
color: #5268CF;
}
</style>
background-color css
<style>
a { background-color: #5268CF; }
a { background-color: rgb(82,104,207); }
div.DivClassName
{
background-color: #5268CF;
}
.BgClassName
{
background-color: #5268CF;
}
</style>
border-color css
<style>
span { border-color: #5268CF; }
span { border-color: rgb(82,104,207); }
td.TdClassName
{
border-color: #5268CF;
}
.TagClassName
{
border-color: #5268CF;
}
</style>