Shades of Royal Blue #2659EB
Tints of Royal Blue #2659EB
RGB
CMYK
RGB Variations
Color information
#2659EB (or 0x2659EB) is known color: Royal Blue. HEX triplet: 26, 59 and EB. RGB value is (38,89,235). Sum of RGB (Red+Green+Blue) = 38+89+235=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #2659EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2659EB is #D9A614. Grayscale: #595959. Windows color (decimal): -14263829 or 15423782. OLE color: 15423782.
HSL color Cylindrical-coordinate representation of color #2659EB: hue angle of 224.47º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2659EB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 89 | 235 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.08 |
| HSL | 224.47º | 0.83% | 0.54% | - |
| HSV(B) | 224.47º | 0.84% | 0.92% | - |
| XYZ | 19.37 | 13.55 | 80.19 | - |
| YUV | 90.4 | 209.6 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 235 | 0.84 | 0.62 | 0 | 0.08 | 224.47 | 0.83 | 0.54 |
| Hex | 26 | 59 | EB | 54 | 3E | 0 | 8 | E0 | 53 | 36 |
| Octal | 46 | 131 | 353 | 124 | 76 | 0 | 10 | 340 | 123 | 66 |
| Binary | 100110 | 1011001 | 11101011 | 1010100 | 111110 | 0 | 1000 | 11100000 | 1010011 | 110110 |
Color Harmonies of #2659EB
Complementary color
Monochromatic Colors of #2659EB
Black with #2659EB
Text Example
Text Example
White with #2659EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2659EB; }
p { color: rgb(38,89,235); }
H1.HeaderClassName
{
color: #2659EB;
}
.AnyTagClassName
{
color: #2659EB;
}
</style>
background-color css
<style>
a { background-color: #2659EB; }
a { background-color: rgb(38,89,235); }
div.DivClassName
{
background-color: #2659EB;
}
.BgClassName
{
background-color: #2659EB;
}
</style>
border-color css
<style>
span { border-color: #2659EB; }
span { border-color: rgb(38,89,235); }
td.TdClassName
{
border-color: #2659EB;
}
.TagClassName
{
border-color: #2659EB;
}
</style>