Shades of Royal Blue #256BEC
Tints of Royal Blue #256BEC
RGB
CMYK
RGB Variations
Color information
#256BEC (or 0x256BEC) is known color: Royal Blue. HEX triplet: 25, 6B and EC. RGB value is (37,107,236). Sum of RGB (Red+Green+Blue) = 37+107+236=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #256BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BEC is #DA9413. Grayscale: #646464. Windows color (decimal): -14324756 or 15493925. OLE color: 15493925.
HSL color Cylindrical-coordinate representation of color #256BEC: hue angle of 218.89º 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 #256BEC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 107 | 236 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.07 |
| HSL | 218.89º | 0.84% | 0.54% | - |
| HSV(B) | 218.89º | 0.84% | 0.93% | - |
| XYZ | 21.16 | 16.96 | 81.52 | - |
| YUV | 100.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 236 | 0.84 | 0.55 | 0 | 0.07 | 218.89 | 0.84 | 0.54 |
| Hex | 25 | 6B | EC | 54 | 37 | 0 | 7 | DB | 54 | 36 |
| Octal | 45 | 153 | 354 | 124 | 67 | 0 | 7 | 333 | 124 | 66 |
| Binary | 100101 | 1101011 | 11101100 | 1010100 | 110111 | 0 | 111 | 11011011 | 1010100 | 110110 |
Color Harmonies of #256BEC
Complementary color
Monochromatic Colors of #256BEC
Black with #256BEC
Text Example
Text Example
White with #256BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BEC; }
p { color: rgb(37,107,236); }
H1.HeaderClassName
{
color: #256BEC;
}
.AnyTagClassName
{
color: #256BEC;
}
</style>
background-color css
<style>
a { background-color: #256BEC; }
a { background-color: rgb(37,107,236); }
div.DivClassName
{
background-color: #256BEC;
}
.BgClassName
{
background-color: #256BEC;
}
</style>
border-color css
<style>
span { border-color: #256BEC; }
span { border-color: rgb(37,107,236); }
td.TdClassName
{
border-color: #256BEC;
}
.TagClassName
{
border-color: #256BEC;
}
</style>