Shades of Royal Blue #255AE3
Tints of Royal Blue #255AE3
RGB
CMYK
RGB Variations
Color information
#255AE3 (or 0x255AE3) is known color: Royal Blue. HEX triplet: 25, 5A and E3. RGB value is (37,90,227). Sum of RGB (Red+Green+Blue) = 37+90+227=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 227 (89.06% from 255 or 64.12% from 354); Max value from RGB is 227 - color contains mainly: blue. Hex color #255AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AE3 is #DAA51C. Grayscale: #595959. Windows color (decimal): -14329117 or 14899749. OLE color: 14899749.
HSL color Cylindrical-coordinate representation of color #255AE3: hue angle of 223.26º degrees, saturation: 0.77, 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 #255AE3 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 90 | 227 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.11 |
| HSL | 223.26º | 0.77% | 0.52% | - |
| HSV(B) | 223.26º | 0.84% | 0.89% | - |
| XYZ | 18.28 | 13.25 | 74.27 | - |
| YUV | 89.77 | 205.44 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 227 | 0.84 | 0.60 | 0 | 0.11 | 223.26 | 0.77 | 0.52 |
| Hex | 25 | 5A | E3 | 54 | 3C | 0 | B | DF | 4D | 34 |
| Octal | 45 | 132 | 343 | 124 | 74 | 0 | 13 | 337 | 115 | 64 |
| Binary | 100101 | 1011010 | 11100011 | 1010100 | 111100 | 0 | 1011 | 11011111 | 1001101 | 110100 |
Color Harmonies of #255AE3
Complementary color
Monochromatic Colors of #255AE3
Black with #255AE3
Text Example
Text Example
White with #255AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AE3; }
p { color: rgb(37,90,227); }
H1.HeaderClassName
{
color: #255AE3;
}
.AnyTagClassName
{
color: #255AE3;
}
</style>
background-color css
<style>
a { background-color: #255AE3; }
a { background-color: rgb(37,90,227); }
div.DivClassName
{
background-color: #255AE3;
}
.BgClassName
{
background-color: #255AE3;
}
</style>
border-color css
<style>
span { border-color: #255AE3; }
span { border-color: rgb(37,90,227); }
td.TdClassName
{
border-color: #255AE3;
}
.TagClassName
{
border-color: #255AE3;
}
</style>