Shades of Royal Blue #256BE1
Tints of Royal Blue #256BE1
RGB
CMYK
RGB Variations
Color information
#256BE1 (or 0x256BE1) is known color: Royal Blue. HEX triplet: 25, 6B and E1. RGB value is (37,107,225). Sum of RGB (Red+Green+Blue) = 37+107+225=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #256BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BE1 is #DA941E. Grayscale: #626262. Windows color (decimal): -14324767 or 14773029. OLE color: 14773029.
HSL color Cylindrical-coordinate representation of color #256BE1: hue angle of 217.66º 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 #256BE1 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 107 | 225 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.12 |
| HSL | 217.66º | 0.76% | 0.51% | - |
| HSV(B) | 217.66º | 0.84% | 0.88% | - |
| XYZ | 19.61 | 16.34 | 73.36 | - |
| YUV | 99.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 225 | 0.84 | 0.52 | 0 | 0.12 | 217.66 | 0.76 | 0.51 |
| Hex | 25 | 6B | E1 | 54 | 34 | 0 | C | DA | 4C | 33 |
| Octal | 45 | 153 | 341 | 124 | 64 | 0 | 14 | 332 | 114 | 63 |
| Binary | 100101 | 1101011 | 11100001 | 1010100 | 110100 | 0 | 1100 | 11011010 | 1001100 | 110011 |
Color Harmonies of #256BE1
Complementary color
Monochromatic Colors of #256BE1
Black with #256BE1
Text Example
Text Example
White with #256BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BE1; }
p { color: rgb(37,107,225); }
H1.HeaderClassName
{
color: #256BE1;
}
.AnyTagClassName
{
color: #256BE1;
}
</style>
background-color css
<style>
a { background-color: #256BE1; }
a { background-color: rgb(37,107,225); }
div.DivClassName
{
background-color: #256BE1;
}
.BgClassName
{
background-color: #256BE1;
}
</style>
border-color css
<style>
span { border-color: #256BE1; }
span { border-color: rgb(37,107,225); }
td.TdClassName
{
border-color: #256BE1;
}
.TagClassName
{
border-color: #256BE1;
}
</style>