Shades of Royal Blue #2556EF
Tints of Royal Blue #2556EF
RGB
CMYK
RGB Variations
Color information
#2556EF (or 0x2556EF) is known color: Royal Blue. HEX triplet: 25, 56 and EF. RGB value is (37,86,239). Sum of RGB (Red+Green+Blue) = 37+86+239=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #2556EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2556EF is #DAA910. Grayscale: #585858. Windows color (decimal): -14330129 or 15685157. OLE color: 15685157.
HSL color Cylindrical-coordinate representation of color #2556EF: hue angle of 225.45º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2556EF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 86 | 239 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.06 |
| HSL | 225.45º | 0.86% | 0.54% | - |
| HSV(B) | 225.45º | 0.85% | 0.94% | - |
| XYZ | 19.67 | 13.28 | 83.19 | - |
| YUV | 88.79 | 212.77 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 239 | 0.85 | 0.64 | 0 | 0.06 | 225.45 | 0.86 | 0.54 |
| Hex | 25 | 56 | EF | 55 | 40 | 0 | 6 | E1 | 56 | 36 |
| Octal | 45 | 126 | 357 | 125 | 100 | 0 | 6 | 341 | 126 | 66 |
| Binary | 100101 | 1010110 | 11101111 | 1010101 | 1000000 | 0 | 110 | 11100001 | 1010110 | 110110 |
Color Harmonies of #2556EF
Complementary color
Monochromatic Colors of #2556EF
Black with #2556EF
Text Example
Text Example
White with #2556EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2556EF; }
p { color: rgb(37,86,239); }
H1.HeaderClassName
{
color: #2556EF;
}
.AnyTagClassName
{
color: #2556EF;
}
</style>
background-color css
<style>
a { background-color: #2556EF; }
a { background-color: rgb(37,86,239); }
div.DivClassName
{
background-color: #2556EF;
}
.BgClassName
{
background-color: #2556EF;
}
</style>
border-color css
<style>
span { border-color: #2556EF; }
span { border-color: rgb(37,86,239); }
td.TdClassName
{
border-color: #2556EF;
}
.TagClassName
{
border-color: #2556EF;
}
</style>