Shades of Royal Blue #2562FC
Tints of Royal Blue #2562FC
RGB
CMYK
RGB Variations
Color information
#2562FC (or 0x2562FC) is known color: Royal Blue. HEX triplet: 25, 62 and FC. RGB value is (37,98,252). Sum of RGB (Red+Green+Blue) = 37+98+252=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #2562FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562FC is #DA9D03. Grayscale: #606060. Windows color (decimal): -14327044 or 16540197. OLE color: 16540197.
HSL color Cylindrical-coordinate representation of color #2562FC: hue angle of 222.98º 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 #2562FC is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 98 | 252 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.01 |
| HSL | 222.98º | 0.97% | 0.57% | - |
| HSV(B) | 222.98º | 0.85% | 0.99% | - |
| XYZ | 22.7 | 16.16 | 94.02 | - |
| YUV | 97.32 | 215.29 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 252 | 0.85 | 0.61 | 0 | 0.01 | 222.98 | 0.97 | 0.57 |
| Hex | 25 | 62 | FC | 55 | 3D | 0 | 1 | DF | 61 | 39 |
| Octal | 45 | 142 | 374 | 125 | 75 | 0 | 1 | 337 | 141 | 71 |
| Binary | 100101 | 1100010 | 11111100 | 1010101 | 111101 | 0 | 1 | 11011111 | 1100001 | 111001 |
Color Harmonies of #2562FC
Complementary color
Monochromatic Colors of #2562FC
Black with #2562FC
Text Example
Text Example
White with #2562FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562FC; }
p { color: rgb(37,98,252); }
H1.HeaderClassName
{
color: #2562FC;
}
.AnyTagClassName
{
color: #2562FC;
}
</style>
background-color css
<style>
a { background-color: #2562FC; }
a { background-color: rgb(37,98,252); }
div.DivClassName
{
background-color: #2562FC;
}
.BgClassName
{
background-color: #2562FC;
}
</style>
border-color css
<style>
span { border-color: #2562FC; }
span { border-color: rgb(37,98,252); }
td.TdClassName
{
border-color: #2562FC;
}
.TagClassName
{
border-color: #2562FC;
}
</style>