Shades of Royal Blue #2758FA
Tints of Royal Blue #2758FA
RGB
CMYK
RGB Variations
Color information
#2758FA (or 0x2758FA) is known color: Royal Blue. HEX triplet: 27, 58 and FA. RGB value is (39,88,250). Sum of RGB (Red+Green+Blue) = 39+88+250=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #2758FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2758FA is #D8A705. Grayscale: #5B5B5B. Windows color (decimal): -14198534 or 16406567. OLE color: 16406567.
HSL color Cylindrical-coordinate representation of color #2758FA: hue angle of 226.07º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2758FA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 88 | 250 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.02 |
| HSL | 226.07º | 0.95% | 0.57% | - |
| HSV(B) | 226.07º | 0.84% | 0.98% | - |
| XYZ | 21.58 | 14.31 | 92.07 | - |
| YUV | 91.82 | 217.27 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 250 | 0.84 | 0.65 | 0 | 0.02 | 226.07 | 0.95 | 0.57 |
| Hex | 27 | 58 | FA | 54 | 41 | 0 | 2 | E2 | 5F | 39 |
| Octal | 47 | 130 | 372 | 124 | 101 | 0 | 2 | 342 | 137 | 71 |
| Binary | 100111 | 1011000 | 11111010 | 1010100 | 1000001 | 0 | 10 | 11100010 | 1011111 | 111001 |
Color Harmonies of #2758FA
Complementary color
Monochromatic Colors of #2758FA
Black with #2758FA
Text Example
Text Example
White with #2758FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2758FA; }
p { color: rgb(39,88,250); }
H1.HeaderClassName
{
color: #2758FA;
}
.AnyTagClassName
{
color: #2758FA;
}
</style>
background-color css
<style>
a { background-color: #2758FA; }
a { background-color: rgb(39,88,250); }
div.DivClassName
{
background-color: #2758FA;
}
.BgClassName
{
background-color: #2758FA;
}
</style>
border-color css
<style>
span { border-color: #2758FA; }
span { border-color: rgb(39,88,250); }
td.TdClassName
{
border-color: #2758FA;
}
.TagClassName
{
border-color: #2758FA;
}
</style>