Shades of Royal Blue #2565E8
Tints of Royal Blue #2565E8
RGB
CMYK
RGB Variations
Color information
#2565E8 (or 0x2565E8) is known color: Royal Blue. HEX triplet: 25, 65 and E8. RGB value is (37,101,232). Sum of RGB (Red+Green+Blue) = 37+101+232=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #2565E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2565E8 is #DA9A17. Grayscale: #606060. Windows color (decimal): -14326296 or 15230245. OLE color: 15230245.
HSL color Cylindrical-coordinate representation of color #2565E8: hue angle of 220.31º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2565E8 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 101 | 232 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.09 |
| HSL | 220.31º | 0.81% | 0.53% | - |
| HSV(B) | 220.31º | 0.84% | 0.91% | - |
| XYZ | 19.98 | 15.53 | 78.29 | - |
| YUV | 96.8 | 204.3 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 232 | 0.84 | 0.56 | 0 | 0.09 | 220.31 | 0.81 | 0.53 |
| Hex | 25 | 65 | E8 | 54 | 38 | 0 | 9 | DC | 51 | 35 |
| Octal | 45 | 145 | 350 | 124 | 70 | 0 | 11 | 334 | 121 | 65 |
| Binary | 100101 | 1100101 | 11101000 | 1010100 | 111000 | 0 | 1001 | 11011100 | 1010001 | 110101 |
Color Harmonies of #2565E8
Complementary color
Monochromatic Colors of #2565E8
Black with #2565E8
Text Example
Text Example
White with #2565E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2565E8; }
p { color: rgb(37,101,232); }
H1.HeaderClassName
{
color: #2565E8;
}
.AnyTagClassName
{
color: #2565E8;
}
</style>
background-color css
<style>
a { background-color: #2565E8; }
a { background-color: rgb(37,101,232); }
div.DivClassName
{
background-color: #2565E8;
}
.BgClassName
{
background-color: #2565E8;
}
</style>
border-color css
<style>
span { border-color: #2565E8; }
span { border-color: rgb(37,101,232); }
td.TdClassName
{
border-color: #2565E8;
}
.TagClassName
{
border-color: #2565E8;
}
</style>