Shades of Royal Blue #2658FE
Tints of Royal Blue #2658FE
RGB
CMYK
RGB Variations
Color information
#2658FE (or 0x2658FE) is known color: Royal Blue. HEX triplet: 26, 58 and FE. RGB value is (38,88,254). Sum of RGB (Red+Green+Blue) = 38+88+254=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #2658FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2658FE is #D9A701. Grayscale: #5B5B5B. Windows color (decimal): -14264066 or 16668710. OLE color: 16668710.
HSL color Cylindrical-coordinate representation of color #2658FE: hue angle of 226.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2658FE is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 88 | 254 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.00 |
| HSL | 226.11º | 0.99% | 0.57% | - |
| HSV(B) | 226.11º | 0.85% | 1% | - |
| XYZ | 22.18 | 14.55 | 95.4 | - |
| YUV | 91.97 | 219.44 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 254 | 0.85 | 0.65 | 0 | 0.00 | 226.11 | 0.99 | 0.57 |
| Hex | 26 | 58 | FE | 55 | 41 | 0 | 0 | E2 | 63 | 39 |
| Octal | 46 | 130 | 376 | 125 | 101 | 0 | 0 | 342 | 143 | 71 |
| Binary | 100110 | 1011000 | 11111110 | 1010101 | 1000001 | 0 | 0 | 11100010 | 1100011 | 111001 |
Color Harmonies of #2658FE
Complementary color
Monochromatic Colors of #2658FE
Black with #2658FE
Text Example
Text Example
White with #2658FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658FE; }
p { color: rgb(38,88,254); }
H1.HeaderClassName
{
color: #2658FE;
}
.AnyTagClassName
{
color: #2658FE;
}
</style>
background-color css
<style>
a { background-color: #2658FE; }
a { background-color: rgb(38,88,254); }
div.DivClassName
{
background-color: #2658FE;
}
.BgClassName
{
background-color: #2658FE;
}
</style>
border-color css
<style>
span { border-color: #2658FE; }
span { border-color: rgb(38,88,254); }
td.TdClassName
{
border-color: #2658FE;
}
.TagClassName
{
border-color: #2658FE;
}
</style>