Shades of Royal Blue #2564DF
Tints of Royal Blue #2564DF
RGB
CMYK
RGB Variations
Color information
#2564DF (or 0x2564DF) is known color: Royal Blue. HEX triplet: 25, 64 and DF. RGB value is (37,100,223). Sum of RGB (Red+Green+Blue) = 37+100+223=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #2564DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2564DF is #DA9B20. Grayscale: #5E5E5E. Windows color (decimal): -14326561 or 14640165. OLE color: 14640165.
HSL color Cylindrical-coordinate representation of color #2564DF: hue angle of 219.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2564DF is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 100 | 223 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.13 |
| HSL | 219.68º | 0.74% | 0.51% | - |
| HSV(B) | 219.68º | 0.83% | 0.87% | - |
| XYZ | 18.64 | 14.84 | 71.69 | - |
| YUV | 95.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 223 | 0.83 | 0.55 | 0 | 0.13 | 219.68 | 0.74 | 0.51 |
| Hex | 25 | 64 | DF | 53 | 37 | 0 | D | DC | 4A | 33 |
| Octal | 45 | 144 | 337 | 123 | 67 | 0 | 15 | 334 | 112 | 63 |
| Binary | 100101 | 1100100 | 11011111 | 1010011 | 110111 | 0 | 1101 | 11011100 | 1001010 | 110011 |
Color Harmonies of #2564DF
Complementary color
Monochromatic Colors of #2564DF
Black with #2564DF
Text Example
Text Example
White with #2564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564DF; }
p { color: rgb(37,100,223); }
H1.HeaderClassName
{
color: #2564DF;
}
.AnyTagClassName
{
color: #2564DF;
}
</style>
background-color css
<style>
a { background-color: #2564DF; }
a { background-color: rgb(37,100,223); }
div.DivClassName
{
background-color: #2564DF;
}
.BgClassName
{
background-color: #2564DF;
}
</style>
border-color css
<style>
span { border-color: #2564DF; }
span { border-color: rgb(37,100,223); }
td.TdClassName
{
border-color: #2564DF;
}
.TagClassName
{
border-color: #2564DF;
}
</style>