Shades of Royal Blue #2658EA
Tints of Royal Blue #2658EA
RGB
CMYK
RGB Variations
Color information
#2658EA (or 0x2658EA) is known color: Royal Blue. HEX triplet: 26, 58 and EA. RGB value is (38,88,234). Sum of RGB (Red+Green+Blue) = 38+88+234=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #2658EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2658EA is #D9A715. Grayscale: #595959. Windows color (decimal): -14264086 or 15357990. OLE color: 15357990.
HSL color Cylindrical-coordinate representation of color #2658EA: hue angle of 224.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2658EA is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 88 | 234 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.08 |
| HSL | 224.69º | 0.82% | 0.53% | - |
| HSV(B) | 224.69º | 0.84% | 0.92% | - |
| XYZ | 19.14 | 13.33 | 79.41 | - |
| YUV | 89.69 | 209.44 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 234 | 0.84 | 0.62 | 0 | 0.08 | 224.69 | 0.82 | 0.53 |
| Hex | 26 | 58 | EA | 54 | 3E | 0 | 8 | E1 | 52 | 35 |
| Octal | 46 | 130 | 352 | 124 | 76 | 0 | 10 | 341 | 122 | 65 |
| Binary | 100110 | 1011000 | 11101010 | 1010100 | 111110 | 0 | 1000 | 11100001 | 1010010 | 110101 |
Color Harmonies of #2658EA
Complementary color
Monochromatic Colors of #2658EA
Black with #2658EA
Text Example
Text Example
White with #2658EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658EA; }
p { color: rgb(38,88,234); }
H1.HeaderClassName
{
color: #2658EA;
}
.AnyTagClassName
{
color: #2658EA;
}
</style>
background-color css
<style>
a { background-color: #2658EA; }
a { background-color: rgb(38,88,234); }
div.DivClassName
{
background-color: #2658EA;
}
.BgClassName
{
background-color: #2658EA;
}
</style>
border-color css
<style>
span { border-color: #2658EA; }
span { border-color: rgb(38,88,234); }
td.TdClassName
{
border-color: #2658EA;
}
.TagClassName
{
border-color: #2658EA;
}
</style>