Shades of Royal Blue #5267DF
Tints of Royal Blue #5267DF
RGB
CMYK
RGB Variations
Color information
#5267DF (or 0x5267DF) is known color: Royal Blue. HEX triplet: 52, 67 and DF. RGB value is (82,103,223). Sum of RGB (Red+Green+Blue) = 82+103+223=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #5267DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267DF is #AD9820. Grayscale: #6D6D6D. Windows color (decimal): -11376673 or 14640978. OLE color: 14640978.
HSL color Cylindrical-coordinate representation of color #5267DF: hue angle of 231.06º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5267DF is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 103 | 223 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.13 |
| HSL | 231.06º | 0.69% | 0.6% | - |
| HSV(B) | 231.06º | 0.63% | 0.87% | - |
| XYZ | 21.65 | 16.82 | 71.92 | - |
| YUV | 110.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 223 | 0.63 | 0.54 | 0 | 0.13 | 231.06 | 0.69 | 0.6 |
| Hex | 52 | 67 | DF | 3F | 36 | 0 | D | E7 | 45 | 3C |
| Octal | 122 | 147 | 337 | 77 | 66 | 0 | 15 | 347 | 105 | 74 |
| Binary | 1010010 | 1100111 | 11011111 | 111111 | 110110 | 0 | 1101 | 11100111 | 1000101 | 111100 |
Color Harmonies of #5267DF
Complementary color
Monochromatic Colors of #5267DF
Black with #5267DF
Text Example
Text Example
White with #5267DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267DF; }
p { color: rgb(82,103,223); }
H1.HeaderClassName
{
color: #5267DF;
}
.AnyTagClassName
{
color: #5267DF;
}
</style>
background-color css
<style>
a { background-color: #5267DF; }
a { background-color: rgb(82,103,223); }
div.DivClassName
{
background-color: #5267DF;
}
.BgClassName
{
background-color: #5267DF;
}
</style>
border-color css
<style>
span { border-color: #5267DF; }
span { border-color: rgb(82,103,223); }
td.TdClassName
{
border-color: #5267DF;
}
.TagClassName
{
border-color: #5267DF;
}
</style>