Shades of Royal Blue #255DEC
Tints of Royal Blue #255DEC
RGB
CMYK
RGB Variations
Color information
#255DEC (or 0x255DEC) is known color: Royal Blue. HEX triplet: 25, 5D and EC. RGB value is (37,93,236). Sum of RGB (Red+Green+Blue) = 37+93+236=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #255DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DEC is #DAA213. Grayscale: #5B5B5B. Windows color (decimal): -14328340 or 15490341. OLE color: 15490341.
HSL color Cylindrical-coordinate representation of color #255DEC: hue angle of 223.12º degrees, saturation: 0.84, 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 #255DEC is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 93 | 236 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.07 |
| HSL | 223.12º | 0.84% | 0.54% | - |
| HSV(B) | 223.12º | 0.84% | 0.93% | - |
| XYZ | 19.82 | 14.28 | 81.07 | - |
| YUV | 92.56 | 208.95 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 236 | 0.84 | 0.61 | 0 | 0.07 | 223.12 | 0.84 | 0.54 |
| Hex | 25 | 5D | EC | 54 | 3D | 0 | 7 | DF | 54 | 36 |
| Octal | 45 | 135 | 354 | 124 | 75 | 0 | 7 | 337 | 124 | 66 |
| Binary | 100101 | 1011101 | 11101100 | 1010100 | 111101 | 0 | 111 | 11011111 | 1010100 | 110110 |
Color Harmonies of #255DEC
Complementary color
Monochromatic Colors of #255DEC
Black with #255DEC
Text Example
Text Example
White with #255DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DEC; }
p { color: rgb(37,93,236); }
H1.HeaderClassName
{
color: #255DEC;
}
.AnyTagClassName
{
color: #255DEC;
}
</style>
background-color css
<style>
a { background-color: #255DEC; }
a { background-color: rgb(37,93,236); }
div.DivClassName
{
background-color: #255DEC;
}
.BgClassName
{
background-color: #255DEC;
}
</style>
border-color css
<style>
span { border-color: #255DEC; }
span { border-color: rgb(37,93,236); }
td.TdClassName
{
border-color: #255DEC;
}
.TagClassName
{
border-color: #255DEC;
}
</style>