Shades of Royal Blue #255EDD
Tints of Royal Blue #255EDD
RGB
CMYK
RGB Variations
Color information
#255EDD (or 0x255EDD) is known color: Royal Blue. HEX triplet: 25, 5E and DD. RGB value is (37,94,221). Sum of RGB (Red+Green+Blue) = 37+94+221=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #255EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EDD is #DAA122. Grayscale: #5A5A5A. Windows color (decimal): -14328099 or 14507557. OLE color: 14507557.
HSL color Cylindrical-coordinate representation of color #255EDD: hue angle of 221.41º degrees, saturation: 0.73, 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 #255EDD is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 94 | 221 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.13 |
| HSL | 221.41º | 0.73% | 0.51% | - |
| HSV(B) | 221.41º | 0.83% | 0.87% | - |
| XYZ | 17.82 | 13.62 | 70.1 | - |
| YUV | 91.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 221 | 0.83 | 0.57 | 0 | 0.13 | 221.41 | 0.73 | 0.51 |
| Hex | 25 | 5E | DD | 53 | 39 | 0 | D | DD | 49 | 33 |
| Octal | 45 | 136 | 335 | 123 | 71 | 0 | 15 | 335 | 111 | 63 |
| Binary | 100101 | 1011110 | 11011101 | 1010011 | 111001 | 0 | 1101 | 11011101 | 1001001 | 110011 |
Color Harmonies of #255EDD
Complementary color
Monochromatic Colors of #255EDD
Black with #255EDD
Text Example
Text Example
White with #255EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EDD; }
p { color: rgb(37,94,221); }
H1.HeaderClassName
{
color: #255EDD;
}
.AnyTagClassName
{
color: #255EDD;
}
</style>
background-color css
<style>
a { background-color: #255EDD; }
a { background-color: rgb(37,94,221); }
div.DivClassName
{
background-color: #255EDD;
}
.BgClassName
{
background-color: #255EDD;
}
</style>
border-color css
<style>
span { border-color: #255EDD; }
span { border-color: rgb(37,94,221); }
td.TdClassName
{
border-color: #255EDD;
}
.TagClassName
{
border-color: #255EDD;
}
</style>