Shades of Royal Blue #255BEB
Tints of Royal Blue #255BEB
RGB
CMYK
RGB Variations
Color information
#255BEB (or 0x255BEB) is known color: Royal Blue. HEX triplet: 25, 5B and EB. RGB value is (37,91,235). Sum of RGB (Red+Green+Blue) = 37+91+235=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #255BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BEB is #DAA414. Grayscale: #5A5A5A. Windows color (decimal): -14328853 or 15424293. OLE color: 15424293.
HSL color Cylindrical-coordinate representation of color #255BEB: hue angle of 223.64º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255BEB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 91 | 235 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.08 |
| HSL | 223.64º | 0.83% | 0.53% | - |
| HSV(B) | 223.64º | 0.84% | 0.92% | - |
| XYZ | 19.5 | 13.87 | 80.25 | - |
| YUV | 91.27 | 209.11 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 235 | 0.84 | 0.61 | 0 | 0.08 | 223.64 | 0.83 | 0.53 |
| Hex | 25 | 5B | EB | 54 | 3D | 0 | 8 | E0 | 53 | 35 |
| Octal | 45 | 133 | 353 | 124 | 75 | 0 | 10 | 340 | 123 | 65 |
| Binary | 100101 | 1011011 | 11101011 | 1010100 | 111101 | 0 | 1000 | 11100000 | 1010011 | 110101 |
Color Harmonies of #255BEB
Complementary color
Monochromatic Colors of #255BEB
Black with #255BEB
Text Example
Text Example
White with #255BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BEB; }
p { color: rgb(37,91,235); }
H1.HeaderClassName
{
color: #255BEB;
}
.AnyTagClassName
{
color: #255BEB;
}
</style>
background-color css
<style>
a { background-color: #255BEB; }
a { background-color: rgb(37,91,235); }
div.DivClassName
{
background-color: #255BEB;
}
.BgClassName
{
background-color: #255BEB;
}
</style>
border-color css
<style>
span { border-color: #255BEB; }
span { border-color: rgb(37,91,235); }
td.TdClassName
{
border-color: #255BEB;
}
.TagClassName
{
border-color: #255BEB;
}
</style>