Shades of Royal Blue #2658FA
Tints of Royal Blue #2658FA
RGB
CMYK
RGB Variations
Color information
#2658FA (or 0x2658FA) is known color: Royal Blue. HEX triplet: 26, 58 and FA. RGB value is (38,88,250). Sum of RGB (Red+Green+Blue) = 38+88+250=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #2658FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2658FA is #D9A705. Grayscale: #5A5A5A. Windows color (decimal): -14264070 or 16406566. OLE color: 16406566.
HSL color Cylindrical-coordinate representation of color #2658FA: hue angle of 225.85º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2658FA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 88 | 250 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.02 |
| HSL | 225.85º | 0.95% | 0.56% | - |
| HSV(B) | 225.85º | 0.85% | 0.98% | - |
| XYZ | 21.54 | 14.29 | 92.07 | - |
| YUV | 91.52 | 217.44 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 250 | 0.85 | 0.65 | 0 | 0.02 | 225.85 | 0.95 | 0.56 |
| Hex | 26 | 58 | FA | 55 | 41 | 0 | 2 | E2 | 5F | 38 |
| Octal | 46 | 130 | 372 | 125 | 101 | 0 | 2 | 342 | 137 | 70 |
| Binary | 100110 | 1011000 | 11111010 | 1010101 | 1000001 | 0 | 10 | 11100010 | 1011111 | 111000 |
Color Harmonies of #2658FA
Complementary color
Monochromatic Colors of #2658FA
Black with #2658FA
Text Example
Text Example
White with #2658FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658FA; }
p { color: rgb(38,88,250); }
H1.HeaderClassName
{
color: #2658FA;
}
.AnyTagClassName
{
color: #2658FA;
}
</style>
background-color css
<style>
a { background-color: #2658FA; }
a { background-color: rgb(38,88,250); }
div.DivClassName
{
background-color: #2658FA;
}
.BgClassName
{
background-color: #2658FA;
}
</style>
border-color css
<style>
span { border-color: #2658FA; }
span { border-color: rgb(38,88,250); }
td.TdClassName
{
border-color: #2658FA;
}
.TagClassName
{
border-color: #2658FA;
}
</style>