Shades of Royal Blue #255CE8
Tints of Royal Blue #255CE8
RGB
CMYK
RGB Variations
Color information
#255CE8 (or 0x255CE8) is known color: Royal Blue. HEX triplet: 25, 5C and E8. RGB value is (37,92,232). Sum of RGB (Red+Green+Blue) = 37+92+232=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #255CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CE8 is #DAA317. Grayscale: #5A5A5A. Windows color (decimal): -14328600 or 15227941. OLE color: 15227941.
HSL color Cylindrical-coordinate representation of color #255CE8: hue angle of 223.08º 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 #255CE8 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 92 | 232 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.09 |
| HSL | 223.08º | 0.81% | 0.53% | - |
| HSV(B) | 223.08º | 0.84% | 0.91% | - |
| XYZ | 19.16 | 13.87 | 78.01 | - |
| YUV | 91.52 | 207.28 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 232 | 0.84 | 0.60 | 0 | 0.09 | 223.08 | 0.81 | 0.53 |
| Hex | 25 | 5C | E8 | 54 | 3C | 0 | 9 | DF | 51 | 35 |
| Octal | 45 | 134 | 350 | 124 | 74 | 0 | 11 | 337 | 121 | 65 |
| Binary | 100101 | 1011100 | 11101000 | 1010100 | 111100 | 0 | 1001 | 11011111 | 1010001 | 110101 |
Color Harmonies of #255CE8
Complementary color
Monochromatic Colors of #255CE8
Black with #255CE8
Text Example
Text Example
White with #255CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CE8; }
p { color: rgb(37,92,232); }
H1.HeaderClassName
{
color: #255CE8;
}
.AnyTagClassName
{
color: #255CE8;
}
</style>
background-color css
<style>
a { background-color: #255CE8; }
a { background-color: rgb(37,92,232); }
div.DivClassName
{
background-color: #255CE8;
}
.BgClassName
{
background-color: #255CE8;
}
</style>
border-color css
<style>
span { border-color: #255CE8; }
span { border-color: rgb(37,92,232); }
td.TdClassName
{
border-color: #255CE8;
}
.TagClassName
{
border-color: #255CE8;
}
</style>