Shades of Royal Blue #255AEE
Tints of Royal Blue #255AEE
RGB
CMYK
RGB Variations
Color information
#255AEE (or 0x255AEE) is known color: Royal Blue. HEX triplet: 25, 5A and EE. RGB value is (37,90,238). Sum of RGB (Red+Green+Blue) = 37+90+238=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #255AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AEE is #DAA511. Grayscale: #5A5A5A. Windows color (decimal): -14329106 or 15620645. OLE color: 15620645.
HSL color Cylindrical-coordinate representation of color #255AEE: hue angle of 224.18º degrees, saturation: 0.86, 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 #255AEE is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 90 | 238 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.07 |
| HSL | 224.18º | 0.86% | 0.54% | - |
| HSV(B) | 224.18º | 0.84% | 0.93% | - |
| XYZ | 19.85 | 13.88 | 82.52 | - |
| YUV | 91.03 | 210.94 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 238 | 0.84 | 0.62 | 0 | 0.07 | 224.18 | 0.86 | 0.54 |
| Hex | 25 | 5A | EE | 54 | 3E | 0 | 7 | E0 | 56 | 36 |
| Octal | 45 | 132 | 356 | 124 | 76 | 0 | 7 | 340 | 126 | 66 |
| Binary | 100101 | 1011010 | 11101110 | 1010100 | 111110 | 0 | 111 | 11100000 | 1010110 | 110110 |
Color Harmonies of #255AEE
Complementary color
Monochromatic Colors of #255AEE
Black with #255AEE
Text Example
Text Example
White with #255AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AEE; }
p { color: rgb(37,90,238); }
H1.HeaderClassName
{
color: #255AEE;
}
.AnyTagClassName
{
color: #255AEE;
}
</style>
background-color css
<style>
a { background-color: #255AEE; }
a { background-color: rgb(37,90,238); }
div.DivClassName
{
background-color: #255AEE;
}
.BgClassName
{
background-color: #255AEE;
}
</style>
border-color css
<style>
span { border-color: #255AEE; }
span { border-color: rgb(37,90,238); }
td.TdClassName
{
border-color: #255AEE;
}
.TagClassName
{
border-color: #255AEE;
}
</style>