Shades of Royal Blue #2653ED
Tints of Royal Blue #2653ED
RGB
CMYK
RGB Variations
Color information
#2653ED (or 0x2653ED) is known color: Royal Blue. HEX triplet: 26, 53 and ED. RGB value is (38,83,237). Sum of RGB (Red+Green+Blue) = 38+83+237=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2653ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2653ED is #D9AC12. Grayscale: #565656. Windows color (decimal): -14265363 or 15553318. OLE color: 15553318.
HSL color Cylindrical-coordinate representation of color #2653ED: hue angle of 226.43º 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 #2653ED is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 83 | 237 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.07 |
| HSL | 226.43º | 0.85% | 0.54% | - |
| HSV(B) | 226.43º | 0.84% | 0.93% | - |
| XYZ | 19.18 | 12.71 | 81.56 | - |
| YUV | 87.1 | 212.59 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 237 | 0.84 | 0.65 | 0 | 0.07 | 226.43 | 0.85 | 0.54 |
| Hex | 26 | 53 | ED | 54 | 41 | 0 | 7 | E2 | 55 | 36 |
| Octal | 46 | 123 | 355 | 124 | 101 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100110 | 1010011 | 11101101 | 1010100 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2653ED
Complementary color
Monochromatic Colors of #2653ED
Black with #2653ED
Text Example
Text Example
White with #2653ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653ED; }
p { color: rgb(38,83,237); }
H1.HeaderClassName
{
color: #2653ED;
}
.AnyTagClassName
{
color: #2653ED;
}
</style>
background-color css
<style>
a { background-color: #2653ED; }
a { background-color: rgb(38,83,237); }
div.DivClassName
{
background-color: #2653ED;
}
.BgClassName
{
background-color: #2653ED;
}
</style>
border-color css
<style>
span { border-color: #2653ED; }
span { border-color: rgb(38,83,237); }
td.TdClassName
{
border-color: #2653ED;
}
.TagClassName
{
border-color: #2653ED;
}
</style>