Shades of Royal Blue #255BE4
Tints of Royal Blue #255BE4
RGB
CMYK
RGB Variations
Color information
#255BE4 (or 0x255BE4) is known color: Royal Blue. HEX triplet: 25, 5B and E4. RGB value is (37,91,228). Sum of RGB (Red+Green+Blue) = 37+91+228=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #255BE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BE4 is #DAA41B. Grayscale: #595959. Windows color (decimal): -14328860 or 14965541. OLE color: 14965541.
HSL color Cylindrical-coordinate representation of color #255BE4: hue angle of 223.04º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255BE4 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 91 | 228 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.11 |
| HSL | 223.04º | 0.78% | 0.52% | - |
| HSV(B) | 223.04º | 0.84% | 0.89% | - |
| XYZ | 18.51 | 13.48 | 75.02 | - |
| YUV | 90.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 228 | 0.84 | 0.60 | 0 | 0.11 | 223.04 | 0.78 | 0.52 |
| Hex | 25 | 5B | E4 | 54 | 3C | 0 | B | DF | 4E | 34 |
| Octal | 45 | 133 | 344 | 124 | 74 | 0 | 13 | 337 | 116 | 64 |
| Binary | 100101 | 1011011 | 11100100 | 1010100 | 111100 | 0 | 1011 | 11011111 | 1001110 | 110100 |
Color Harmonies of #255BE4
Complementary color
Monochromatic Colors of #255BE4
Black with #255BE4
Text Example
Text Example
White with #255BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BE4; }
p { color: rgb(37,91,228); }
H1.HeaderClassName
{
color: #255BE4;
}
.AnyTagClassName
{
color: #255BE4;
}
</style>
background-color css
<style>
a { background-color: #255BE4; }
a { background-color: rgb(37,91,228); }
div.DivClassName
{
background-color: #255BE4;
}
.BgClassName
{
background-color: #255BE4;
}
</style>
border-color css
<style>
span { border-color: #255BE4; }
span { border-color: rgb(37,91,228); }
td.TdClassName
{
border-color: #255BE4;
}
.TagClassName
{
border-color: #255BE4;
}
</style>