Shades of Royal Blue #256EE1
Tints of Royal Blue #256EE1
RGB
CMYK
RGB Variations
Color information
#256EE1 (or 0x256EE1) is known color: Royal Blue. HEX triplet: 25, 6E and E1. RGB value is (37,110,225). Sum of RGB (Red+Green+Blue) = 37+110+225=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #256EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EE1 is #DA911E. Grayscale: #646464. Windows color (decimal): -14323999 or 14773797. OLE color: 14773797.
HSL color Cylindrical-coordinate representation of color #256EE1: hue angle of 216.7º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256EE1 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 110 | 225 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.12 |
| HSL | 216.7º | 0.76% | 0.51% | - |
| HSV(B) | 216.7º | 0.84% | 0.88% | - |
| XYZ | 19.93 | 16.98 | 73.46 | - |
| YUV | 101.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 225 | 0.84 | 0.51 | 0 | 0.12 | 216.7 | 0.76 | 0.51 |
| Hex | 25 | 6E | E1 | 54 | 33 | 0 | C | D9 | 4C | 33 |
| Octal | 45 | 156 | 341 | 124 | 63 | 0 | 14 | 331 | 114 | 63 |
| Binary | 100101 | 1101110 | 11100001 | 1010100 | 110011 | 0 | 1100 | 11011001 | 1001100 | 110011 |
Color Harmonies of #256EE1
Complementary color
Monochromatic Colors of #256EE1
Black with #256EE1
Text Example
Text Example
White with #256EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EE1; }
p { color: rgb(37,110,225); }
H1.HeaderClassName
{
color: #256EE1;
}
.AnyTagClassName
{
color: #256EE1;
}
</style>
background-color css
<style>
a { background-color: #256EE1; }
a { background-color: rgb(37,110,225); }
div.DivClassName
{
background-color: #256EE1;
}
.BgClassName
{
background-color: #256EE1;
}
</style>
border-color css
<style>
span { border-color: #256EE1; }
span { border-color: rgb(37,110,225); }
td.TdClassName
{
border-color: #256EE1;
}
.TagClassName
{
border-color: #256EE1;
}
</style>