Shades of Royal Blue #255AE0
Tints of Royal Blue #255AE0
RGB
CMYK
RGB Variations
Color information
#255AE0 (or 0x255AE0) is known color: Royal Blue. HEX triplet: 25, 5A and E0. RGB value is (37,90,224). Sum of RGB (Red+Green+Blue) = 37+90+224=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #255AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AE0 is #DAA51F. Grayscale: #585858. Windows color (decimal): -14329120 or 14703141. OLE color: 14703141.
HSL color Cylindrical-coordinate representation of color #255AE0: hue angle of 222.99º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255AE0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 90 | 224 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.12 |
| HSL | 222.99º | 0.75% | 0.51% | - |
| HSV(B) | 222.99º | 0.83% | 0.88% | - |
| XYZ | 17.87 | 13.09 | 72.11 | - |
| YUV | 89.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 224 | 0.83 | 0.60 | 0 | 0.12 | 222.99 | 0.75 | 0.51 |
| Hex | 25 | 5A | E0 | 53 | 3C | 0 | C | DF | 4B | 33 |
| Octal | 45 | 132 | 340 | 123 | 74 | 0 | 14 | 337 | 113 | 63 |
| Binary | 100101 | 1011010 | 11100000 | 1010011 | 111100 | 0 | 1100 | 11011111 | 1001011 | 110011 |
Color Harmonies of #255AE0
Complementary color
Monochromatic Colors of #255AE0
Black with #255AE0
Text Example
Text Example
White with #255AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AE0; }
p { color: rgb(37,90,224); }
H1.HeaderClassName
{
color: #255AE0;
}
.AnyTagClassName
{
color: #255AE0;
}
</style>
background-color css
<style>
a { background-color: #255AE0; }
a { background-color: rgb(37,90,224); }
div.DivClassName
{
background-color: #255AE0;
}
.BgClassName
{
background-color: #255AE0;
}
</style>
border-color css
<style>
span { border-color: #255AE0; }
span { border-color: rgb(37,90,224); }
td.TdClassName
{
border-color: #255AE0;
}
.TagClassName
{
border-color: #255AE0;
}
</style>