Shades of Royal Blue #2565EC
Tints of Royal Blue #2565EC
RGB
CMYK
RGB Variations
Color information
#2565EC (or 0x2565EC) is known color: Royal Blue. HEX triplet: 25, 65 and EC. RGB value is (37,101,236). Sum of RGB (Red+Green+Blue) = 37+101+236=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #2565EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2565EC is #DA9A13. Grayscale: #606060. Windows color (decimal): -14326292 or 15492389. OLE color: 15492389.
HSL color Cylindrical-coordinate representation of color #2565EC: hue angle of 220.7º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2565EC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 101 | 236 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.07 |
| HSL | 220.7º | 0.84% | 0.54% | - |
| HSV(B) | 220.7º | 0.84% | 0.93% | - |
| XYZ | 20.56 | 15.76 | 81.31 | - |
| YUV | 97.25 | 206.3 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 236 | 0.84 | 0.57 | 0 | 0.07 | 220.7 | 0.84 | 0.54 |
| Hex | 25 | 65 | EC | 54 | 39 | 0 | 7 | DD | 54 | 36 |
| Octal | 45 | 145 | 354 | 124 | 71 | 0 | 7 | 335 | 124 | 66 |
| Binary | 100101 | 1100101 | 11101100 | 1010100 | 111001 | 0 | 111 | 11011101 | 1010100 | 110110 |
Color Harmonies of #2565EC
Complementary color
Monochromatic Colors of #2565EC
Black with #2565EC
Text Example
Text Example
White with #2565EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2565EC; }
p { color: rgb(37,101,236); }
H1.HeaderClassName
{
color: #2565EC;
}
.AnyTagClassName
{
color: #2565EC;
}
</style>
background-color css
<style>
a { background-color: #2565EC; }
a { background-color: rgb(37,101,236); }
div.DivClassName
{
background-color: #2565EC;
}
.BgClassName
{
background-color: #2565EC;
}
</style>
border-color css
<style>
span { border-color: #2565EC; }
span { border-color: rgb(37,101,236); }
td.TdClassName
{
border-color: #2565EC;
}
.TagClassName
{
border-color: #2565EC;
}
</style>