Shades of Royal Blue #2653EE
Tints of Royal Blue #2653EE
RGB
CMYK
RGB Variations
Color information
#2653EE (or 0x2653EE) is known color: Royal Blue. HEX triplet: 26, 53 and EE. RGB value is (38,83,238). Sum of RGB (Red+Green+Blue) = 38+83+238=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #2653EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2653EE is #D9AC11. Grayscale: #565656. Windows color (decimal): -14265362 or 15618854. OLE color: 15618854.
HSL color Cylindrical-coordinate representation of color #2653EE: hue angle of 226.5º 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 #2653EE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 83 | 238 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.07 |
| HSL | 226.5º | 0.85% | 0.54% | - |
| HSV(B) | 226.5º | 0.84% | 0.93% | - |
| XYZ | 19.33 | 12.77 | 82.34 | - |
| YUV | 87.22 | 213.09 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 238 | 0.84 | 0.65 | 0 | 0.07 | 226.5 | 0.85 | 0.54 |
| Hex | 26 | 53 | EE | 54 | 41 | 0 | 7 | E2 | 55 | 36 |
| Octal | 46 | 123 | 356 | 124 | 101 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100110 | 1010011 | 11101110 | 1010100 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2653EE
Complementary color
Monochromatic Colors of #2653EE
Black with #2653EE
Text Example
Text Example
White with #2653EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653EE; }
p { color: rgb(38,83,238); }
H1.HeaderClassName
{
color: #2653EE;
}
.AnyTagClassName
{
color: #2653EE;
}
</style>
background-color css
<style>
a { background-color: #2653EE; }
a { background-color: rgb(38,83,238); }
div.DivClassName
{
background-color: #2653EE;
}
.BgClassName
{
background-color: #2653EE;
}
</style>
border-color css
<style>
span { border-color: #2653EE; }
span { border-color: rgb(38,83,238); }
td.TdClassName
{
border-color: #2653EE;
}
.TagClassName
{
border-color: #2653EE;
}
</style>