Shades of Royal Blue #255EDE
Tints of Royal Blue #255EDE
RGB
CMYK
RGB Variations
Color information
#255EDE (or 0x255EDE) is known color: Royal Blue. HEX triplet: 25, 5E and DE. RGB value is (37,94,222). Sum of RGB (Red+Green+Blue) = 37+94+222=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #255EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EDE is #DAA121. Grayscale: #5A5A5A. Windows color (decimal): -14328098 or 14573093. OLE color: 14573093.
HSL color Cylindrical-coordinate representation of color #255EDE: hue angle of 221.51º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255EDE is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 94 | 222 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.13 |
| HSL | 221.51º | 0.74% | 0.51% | - |
| HSV(B) | 221.51º | 0.83% | 0.87% | - |
| XYZ | 17.95 | 13.67 | 70.8 | - |
| YUV | 91.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 222 | 0.83 | 0.58 | 0 | 0.13 | 221.51 | 0.74 | 0.51 |
| Hex | 25 | 5E | DE | 53 | 3A | 0 | D | DE | 4A | 33 |
| Octal | 45 | 136 | 336 | 123 | 72 | 0 | 15 | 336 | 112 | 63 |
| Binary | 100101 | 1011110 | 11011110 | 1010011 | 111010 | 0 | 1101 | 11011110 | 1001010 | 110011 |
Color Harmonies of #255EDE
Complementary color
Monochromatic Colors of #255EDE
Black with #255EDE
Text Example
Text Example
White with #255EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EDE; }
p { color: rgb(37,94,222); }
H1.HeaderClassName
{
color: #255EDE;
}
.AnyTagClassName
{
color: #255EDE;
}
</style>
background-color css
<style>
a { background-color: #255EDE; }
a { background-color: rgb(37,94,222); }
div.DivClassName
{
background-color: #255EDE;
}
.BgClassName
{
background-color: #255EDE;
}
</style>
border-color css
<style>
span { border-color: #255EDE; }
span { border-color: rgb(37,94,222); }
td.TdClassName
{
border-color: #255EDE;
}
.TagClassName
{
border-color: #255EDE;
}
</style>