Shades of Royal Blue #255CE4
Tints of Royal Blue #255CE4
RGB
CMYK
RGB Variations
Color information
#255CE4 (or 0x255CE4) is known color: Royal Blue. HEX triplet: 25, 5C and E4. RGB value is (37,92,228). Sum of RGB (Red+Green+Blue) = 37+92+228=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #255CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CE4 is #DAA31B. Grayscale: #5A5A5A. Windows color (decimal): -14328604 or 14965797. OLE color: 14965797.
HSL color Cylindrical-coordinate representation of color #255CE4: hue angle of 222.72º 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 #255CE4 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 92 | 228 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.11 |
| HSL | 222.72º | 0.78% | 0.52% | - |
| HSV(B) | 222.72º | 0.84% | 0.89% | - |
| XYZ | 18.59 | 13.65 | 75.05 | - |
| YUV | 91.06 | 205.28 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 228 | 0.84 | 0.60 | 0 | 0.11 | 222.72 | 0.78 | 0.52 |
| Hex | 25 | 5C | E4 | 54 | 3C | 0 | B | DF | 4E | 34 |
| Octal | 45 | 134 | 344 | 124 | 74 | 0 | 13 | 337 | 116 | 64 |
| Binary | 100101 | 1011100 | 11100100 | 1010100 | 111100 | 0 | 1011 | 11011111 | 1001110 | 110100 |
Color Harmonies of #255CE4
Complementary color
Monochromatic Colors of #255CE4
Black with #255CE4
Text Example
Text Example
White with #255CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CE4; }
p { color: rgb(37,92,228); }
H1.HeaderClassName
{
color: #255CE4;
}
.AnyTagClassName
{
color: #255CE4;
}
</style>
background-color css
<style>
a { background-color: #255CE4; }
a { background-color: rgb(37,92,228); }
div.DivClassName
{
background-color: #255CE4;
}
.BgClassName
{
background-color: #255CE4;
}
</style>
border-color css
<style>
span { border-color: #255CE4; }
span { border-color: rgb(37,92,228); }
td.TdClassName
{
border-color: #255CE4;
}
.TagClassName
{
border-color: #255CE4;
}
</style>