Shades of Royal Blue #2655ED
Tints of Royal Blue #2655ED
RGB
CMYK
RGB Variations
Color information
#2655ED (or 0x2655ED) is known color: Royal Blue. HEX triplet: 26, 55 and ED. RGB value is (38,85,237). Sum of RGB (Red+Green+Blue) = 38+85+237=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #2655ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655ED is #D9AA12. Grayscale: #575757. Windows color (decimal): -14264851 or 15553830. OLE color: 15553830.
HSL color Cylindrical-coordinate representation of color #2655ED: hue angle of 225.83º degrees, saturation: 0.85, 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 #2655ED is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 85 | 237 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.07 |
| HSL | 225.83º | 0.85% | 0.54% | - |
| HSV(B) | 225.83º | 0.84% | 0.93% | - |
| XYZ | 19.33 | 13.02 | 81.62 | - |
| YUV | 88.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 237 | 0.84 | 0.64 | 0 | 0.07 | 225.83 | 0.85 | 0.54 |
| Hex | 26 | 55 | ED | 54 | 40 | 0 | 7 | E2 | 55 | 36 |
| Octal | 46 | 125 | 355 | 124 | 100 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100110 | 1010101 | 11101101 | 1010100 | 1000000 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2655ED
Complementary color
Monochromatic Colors of #2655ED
Black with #2655ED
Text Example
Text Example
White with #2655ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2655ED; }
p { color: rgb(38,85,237); }
H1.HeaderClassName
{
color: #2655ED;
}
.AnyTagClassName
{
color: #2655ED;
}
</style>
background-color css
<style>
a { background-color: #2655ED; }
a { background-color: rgb(38,85,237); }
div.DivClassName
{
background-color: #2655ED;
}
.BgClassName
{
background-color: #2655ED;
}
</style>
border-color css
<style>
span { border-color: #2655ED; }
span { border-color: rgb(38,85,237); }
td.TdClassName
{
border-color: #2655ED;
}
.TagClassName
{
border-color: #2655ED;
}
</style>