Shades of Royal Blue #255EED
Tints of Royal Blue #255EED
RGB
CMYK
RGB Variations
Color information
#255EED (or 0x255EED) is known color: Royal Blue. HEX triplet: 25, 5E and ED. RGB value is (37,94,237). Sum of RGB (Red+Green+Blue) = 37+94+237=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #255EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EED is #DAA112. Grayscale: #5C5C5C. Windows color (decimal): -14328083 or 15556133. OLE color: 15556133.
HSL color Cylindrical-coordinate representation of color #255EED: hue angle of 222.9º degrees, saturation: 0.85, 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 #255EED is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 94 | 237 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.07 |
| HSL | 222.9º | 0.85% | 0.54% | - |
| HSV(B) | 222.9º | 0.84% | 0.93% | - |
| XYZ | 20.05 | 14.51 | 81.87 | - |
| YUV | 93.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 237 | 0.84 | 0.60 | 0 | 0.07 | 222.9 | 0.85 | 0.54 |
| Hex | 25 | 5E | ED | 54 | 3C | 0 | 7 | DF | 55 | 36 |
| Octal | 45 | 136 | 355 | 124 | 74 | 0 | 7 | 337 | 125 | 66 |
| Binary | 100101 | 1011110 | 11101101 | 1010100 | 111100 | 0 | 111 | 11011111 | 1010101 | 110110 |
Color Harmonies of #255EED
Complementary color
Monochromatic Colors of #255EED
Black with #255EED
Text Example
Text Example
White with #255EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EED; }
p { color: rgb(37,94,237); }
H1.HeaderClassName
{
color: #255EED;
}
.AnyTagClassName
{
color: #255EED;
}
</style>
background-color css
<style>
a { background-color: #255EED; }
a { background-color: rgb(37,94,237); }
div.DivClassName
{
background-color: #255EED;
}
.BgClassName
{
background-color: #255EED;
}
</style>
border-color css
<style>
span { border-color: #255EED; }
span { border-color: rgb(37,94,237); }
td.TdClassName
{
border-color: #255EED;
}
.TagClassName
{
border-color: #255EED;
}
</style>