Shades of Royal Blue #256BE8
Tints of Royal Blue #256BE8
RGB
CMYK
RGB Variations
Color information
#256BE8 (or 0x256BE8) is known color: Royal Blue. HEX triplet: 25, 6B and E8. RGB value is (37,107,232). Sum of RGB (Red+Green+Blue) = 37+107+232=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #256BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BE8 is #DA9417. Grayscale: #636363. Windows color (decimal): -14324760 or 15231781. OLE color: 15231781.
HSL color Cylindrical-coordinate representation of color #256BE8: hue angle of 218.46º 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 #256BE8 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 107 | 232 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.09 |
| HSL | 218.46º | 0.81% | 0.53% | - |
| HSV(B) | 218.46º | 0.84% | 0.91% | - |
| XYZ | 20.59 | 16.73 | 78.49 | - |
| YUV | 100.32 | 202.31 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 232 | 0.84 | 0.54 | 0 | 0.09 | 218.46 | 0.81 | 0.53 |
| Hex | 25 | 6B | E8 | 54 | 36 | 0 | 9 | DA | 51 | 35 |
| Octal | 45 | 153 | 350 | 124 | 66 | 0 | 11 | 332 | 121 | 65 |
| Binary | 100101 | 1101011 | 11101000 | 1010100 | 110110 | 0 | 1001 | 11011010 | 1010001 | 110101 |
Color Harmonies of #256BE8
Complementary color
Monochromatic Colors of #256BE8
Black with #256BE8
Text Example
Text Example
White with #256BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BE8; }
p { color: rgb(37,107,232); }
H1.HeaderClassName
{
color: #256BE8;
}
.AnyTagClassName
{
color: #256BE8;
}
</style>
background-color css
<style>
a { background-color: #256BE8; }
a { background-color: rgb(37,107,232); }
div.DivClassName
{
background-color: #256BE8;
}
.BgClassName
{
background-color: #256BE8;
}
</style>
border-color css
<style>
span { border-color: #256BE8; }
span { border-color: rgb(37,107,232); }
td.TdClassName
{
border-color: #256BE8;
}
.TagClassName
{
border-color: #256BE8;
}
</style>