Shades of Royal Blue #255AEC
Tints of Royal Blue #255AEC
RGB
CMYK
RGB Variations
Color information
#255AEC (or 0x255AEC) is known color: Royal Blue. HEX triplet: 25, 5A and EC. RGB value is (37,90,236). Sum of RGB (Red+Green+Blue) = 37+90+236=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #255AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AEC is #DAA513. Grayscale: #5A5A5A. Windows color (decimal): -14329108 or 15489573. OLE color: 15489573.
HSL color Cylindrical-coordinate representation of color #255AEC: hue angle of 224.02º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255AEC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 90 | 236 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.07 |
| HSL | 224.02º | 0.84% | 0.54% | - |
| HSV(B) | 224.02º | 0.84% | 0.93% | - |
| XYZ | 19.56 | 13.76 | 80.98 | - |
| YUV | 90.8 | 209.94 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 236 | 0.84 | 0.62 | 0 | 0.07 | 224.02 | 0.84 | 0.54 |
| Hex | 25 | 5A | EC | 54 | 3E | 0 | 7 | E0 | 54 | 36 |
| Octal | 45 | 132 | 354 | 124 | 76 | 0 | 7 | 340 | 124 | 66 |
| Binary | 100101 | 1011010 | 11101100 | 1010100 | 111110 | 0 | 111 | 11100000 | 1010100 | 110110 |
Color Harmonies of #255AEC
Complementary color
Monochromatic Colors of #255AEC
Black with #255AEC
Text Example
Text Example
White with #255AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AEC; }
p { color: rgb(37,90,236); }
H1.HeaderClassName
{
color: #255AEC;
}
.AnyTagClassName
{
color: #255AEC;
}
</style>
background-color css
<style>
a { background-color: #255AEC; }
a { background-color: rgb(37,90,236); }
div.DivClassName
{
background-color: #255AEC;
}
.BgClassName
{
background-color: #255AEC;
}
</style>
border-color css
<style>
span { border-color: #255AEC; }
span { border-color: rgb(37,90,236); }
td.TdClassName
{
border-color: #255AEC;
}
.TagClassName
{
border-color: #255AEC;
}
</style>