Shades of Royal Blue #255AE5
Tints of Royal Blue #255AE5
RGB
CMYK
RGB Variations
Color information
#255AE5 (or 0x255AE5) is known color: Royal Blue. HEX triplet: 25, 5A and E5. RGB value is (37,90,229). Sum of RGB (Red+Green+Blue) = 37+90+229=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #255AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AE5 is #DAA51A. Grayscale: #595959. Windows color (decimal): -14329115 or 15030821. OLE color: 15030821.
HSL color Cylindrical-coordinate representation of color #255AE5: hue angle of 223.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255AE5 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 90 | 229 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.10 |
| HSL | 223.44º | 0.79% | 0.52% | - |
| HSV(B) | 223.44º | 0.84% | 0.9% | - |
| XYZ | 18.56 | 13.36 | 75.73 | - |
| YUV | 90 | 206.44 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 229 | 0.84 | 0.61 | 0 | 0.10 | 223.44 | 0.79 | 0.52 |
| Hex | 25 | 5A | E5 | 54 | 3D | 0 | A | DF | 4F | 34 |
| Octal | 45 | 132 | 345 | 124 | 75 | 0 | 12 | 337 | 117 | 64 |
| Binary | 100101 | 1011010 | 11100101 | 1010100 | 111101 | 0 | 1010 | 11011111 | 1001111 | 110100 |
Color Harmonies of #255AE5
Complementary color
Monochromatic Colors of #255AE5
Black with #255AE5
Text Example
Text Example
White with #255AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AE5; }
p { color: rgb(37,90,229); }
H1.HeaderClassName
{
color: #255AE5;
}
.AnyTagClassName
{
color: #255AE5;
}
</style>
background-color css
<style>
a { background-color: #255AE5; }
a { background-color: rgb(37,90,229); }
div.DivClassName
{
background-color: #255AE5;
}
.BgClassName
{
background-color: #255AE5;
}
</style>
border-color css
<style>
span { border-color: #255AE5; }
span { border-color: rgb(37,90,229); }
td.TdClassName
{
border-color: #255AE5;
}
.TagClassName
{
border-color: #255AE5;
}
</style>