Shades of Royal Blue #2858FD
Tints of Royal Blue #2858FD
RGB
CMYK
RGB Variations
Color information
#2858FD (or 0x2858FD) is known color: Royal Blue. HEX triplet: 28, 58 and FD. RGB value is (40,88,253). Sum of RGB (Red+Green+Blue) = 40+88+253=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #2858FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2858FD is #D7A702. Grayscale: #5B5B5B. Windows color (decimal): -14132995 or 16603176. OLE color: 16603176.
HSL color Cylindrical-coordinate representation of color #2858FD: hue angle of 226.48º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2858FD is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 88 | 253 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.01 |
| HSL | 226.48º | 0.98% | 0.57% | - |
| HSV(B) | 226.48º | 0.84% | 0.99% | - |
| XYZ | 22.09 | 14.52 | 94.57 | - |
| YUV | 92.46 | 218.6 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 253 | 0.84 | 0.65 | 0 | 0.01 | 226.48 | 0.98 | 0.57 |
| Hex | 28 | 58 | FD | 54 | 41 | 0 | 1 | E2 | 62 | 39 |
| Octal | 50 | 130 | 375 | 124 | 101 | 0 | 1 | 342 | 142 | 71 |
| Binary | 101000 | 1011000 | 11111101 | 1010100 | 1000001 | 0 | 1 | 11100010 | 1100010 | 111001 |
Color Harmonies of #2858FD
Complementary color
Monochromatic Colors of #2858FD
Black with #2858FD
Text Example
Text Example
White with #2858FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2858FD; }
p { color: rgb(40,88,253); }
H1.HeaderClassName
{
color: #2858FD;
}
.AnyTagClassName
{
color: #2858FD;
}
</style>
background-color css
<style>
a { background-color: #2858FD; }
a { background-color: rgb(40,88,253); }
div.DivClassName
{
background-color: #2858FD;
}
.BgClassName
{
background-color: #2858FD;
}
</style>
border-color css
<style>
span { border-color: #2858FD; }
span { border-color: rgb(40,88,253); }
td.TdClassName
{
border-color: #2858FD;
}
.TagClassName
{
border-color: #2858FD;
}
</style>