Shades of Royal Blue #255CE1
Tints of Royal Blue #255CE1
RGB
CMYK
RGB Variations
Color information
#255CE1 (or 0x255CE1) is known color: Royal Blue. HEX triplet: 25, 5C and E1. RGB value is (37,92,225). Sum of RGB (Red+Green+Blue) = 37+92+225=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #255CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CE1 is #DAA31E. Grayscale: #5A5A5A. Windows color (decimal): -14328607 or 14769189. OLE color: 14769189.
HSL color Cylindrical-coordinate representation of color #255CE1: hue angle of 222.45º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255CE1 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 92 | 225 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.12 |
| HSL | 222.45º | 0.76% | 0.51% | - |
| HSV(B) | 222.45º | 0.84% | 0.88% | - |
| XYZ | 18.18 | 13.48 | 72.88 | - |
| YUV | 90.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 225 | 0.84 | 0.59 | 0 | 0.12 | 222.45 | 0.76 | 0.51 |
| Hex | 25 | 5C | E1 | 54 | 3B | 0 | C | DE | 4C | 33 |
| Octal | 45 | 134 | 341 | 124 | 73 | 0 | 14 | 336 | 114 | 63 |
| Binary | 100101 | 1011100 | 11100001 | 1010100 | 111011 | 0 | 1100 | 11011110 | 1001100 | 110011 |
Color Harmonies of #255CE1
Complementary color
Monochromatic Colors of #255CE1
Black with #255CE1
Text Example
Text Example
White with #255CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CE1; }
p { color: rgb(37,92,225); }
H1.HeaderClassName
{
color: #255CE1;
}
.AnyTagClassName
{
color: #255CE1;
}
</style>
background-color css
<style>
a { background-color: #255CE1; }
a { background-color: rgb(37,92,225); }
div.DivClassName
{
background-color: #255CE1;
}
.BgClassName
{
background-color: #255CE1;
}
</style>
border-color css
<style>
span { border-color: #255CE1; }
span { border-color: rgb(37,92,225); }
td.TdClassName
{
border-color: #255CE1;
}
.TagClassName
{
border-color: #255CE1;
}
</style>