Shades of Royal Blue #2564FC
Tints of Royal Blue #2564FC
RGB
CMYK
RGB Variations
Color information
#2564FC (or 0x2564FC) is known color: Royal Blue. HEX triplet: 25, 64 and FC. RGB value is (37,100,252). Sum of RGB (Red+Green+Blue) = 37+100+252=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #2564FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2564FC is #DA9B03. Grayscale: #616161. Windows color (decimal): -14326532 or 16540709. OLE color: 16540709.
HSL color Cylindrical-coordinate representation of color #2564FC: hue angle of 222.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2564FC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 100 | 252 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.01 |
| HSL | 222.42º | 0.97% | 0.57% | - |
| HSV(B) | 222.42º | 0.85% | 0.99% | - |
| XYZ | 22.89 | 16.54 | 94.08 | - |
| YUV | 98.49 | 214.63 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 252 | 0.85 | 0.60 | 0 | 0.01 | 222.42 | 0.97 | 0.57 |
| Hex | 25 | 64 | FC | 55 | 3C | 0 | 1 | DE | 61 | 39 |
| Octal | 45 | 144 | 374 | 125 | 74 | 0 | 1 | 336 | 141 | 71 |
| Binary | 100101 | 1100100 | 11111100 | 1010101 | 111100 | 0 | 1 | 11011110 | 1100001 | 111001 |
Color Harmonies of #2564FC
Complementary color
Monochromatic Colors of #2564FC
Black with #2564FC
Text Example
Text Example
White with #2564FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564FC; }
p { color: rgb(37,100,252); }
H1.HeaderClassName
{
color: #2564FC;
}
.AnyTagClassName
{
color: #2564FC;
}
</style>
background-color css
<style>
a { background-color: #2564FC; }
a { background-color: rgb(37,100,252); }
div.DivClassName
{
background-color: #2564FC;
}
.BgClassName
{
background-color: #2564FC;
}
</style>
border-color css
<style>
span { border-color: #2564FC; }
span { border-color: rgb(37,100,252); }
td.TdClassName
{
border-color: #2564FC;
}
.TagClassName
{
border-color: #2564FC;
}
</style>