Shades of Royal Blue #255BE8
Tints of Royal Blue #255BE8
RGB
CMYK
RGB Variations
Color information
#255BE8 (or 0x255BE8) is known color: Royal Blue. HEX triplet: 25, 5B and E8. RGB value is (37,91,232). Sum of RGB (Red+Green+Blue) = 37+91+232=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #255BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BE8 is #DAA417. Grayscale: #5A5A5A. Windows color (decimal): -14328856 or 15227685. OLE color: 15227685.
HSL color Cylindrical-coordinate representation of color #255BE8: hue angle of 223.38º 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 #255BE8 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 91 | 232 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.09 |
| HSL | 223.38º | 0.81% | 0.53% | - |
| HSV(B) | 223.38º | 0.84% | 0.91% | - |
| XYZ | 19.07 | 13.7 | 77.98 | - |
| YUV | 90.93 | 207.61 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 232 | 0.84 | 0.61 | 0 | 0.09 | 223.38 | 0.81 | 0.53 |
| Hex | 25 | 5B | E8 | 54 | 3D | 0 | 9 | DF | 51 | 35 |
| Octal | 45 | 133 | 350 | 124 | 75 | 0 | 11 | 337 | 121 | 65 |
| Binary | 100101 | 1011011 | 11101000 | 1010100 | 111101 | 0 | 1001 | 11011111 | 1010001 | 110101 |
Color Harmonies of #255BE8
Complementary color
Monochromatic Colors of #255BE8
Black with #255BE8
Text Example
Text Example
White with #255BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BE8; }
p { color: rgb(37,91,232); }
H1.HeaderClassName
{
color: #255BE8;
}
.AnyTagClassName
{
color: #255BE8;
}
</style>
background-color css
<style>
a { background-color: #255BE8; }
a { background-color: rgb(37,91,232); }
div.DivClassName
{
background-color: #255BE8;
}
.BgClassName
{
background-color: #255BE8;
}
</style>
border-color css
<style>
span { border-color: #255BE8; }
span { border-color: rgb(37,91,232); }
td.TdClassName
{
border-color: #255BE8;
}
.TagClassName
{
border-color: #255BE8;
}
</style>