Shades of Royal Blue #2859F8
Tints of Royal Blue #2859F8
RGB
CMYK
RGB Variations
Color information
#2859F8 (or 0x2859F8) is known color: Royal Blue. HEX triplet: 28, 59 and F8. RGB value is (40,89,248). Sum of RGB (Red+Green+Blue) = 40+89+248=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 248 (97.27% from 255 or 65.78% from 377); Max value from RGB is 248 - color contains mainly: blue. Hex color #2859F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2859F8 is #D7A607. Grayscale: #5B5B5B. Windows color (decimal): -14132744 or 16275752. OLE color: 16275752.
HSL color Cylindrical-coordinate representation of color #2859F8: hue angle of 225.87º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2859F8 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 89 | 248 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.03 |
| HSL | 225.87º | 0.94% | 0.56% | - |
| HSV(B) | 225.87º | 0.84% | 0.97% | - |
| XYZ | 21.39 | 14.37 | 90.45 | - |
| YUV | 92.48 | 215.77 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 248 | 0.84 | 0.64 | 0 | 0.03 | 225.87 | 0.94 | 0.56 |
| Hex | 28 | 59 | F8 | 54 | 40 | 0 | 3 | E2 | 5E | 38 |
| Octal | 50 | 131 | 370 | 124 | 100 | 0 | 3 | 342 | 136 | 70 |
| Binary | 101000 | 1011001 | 11111000 | 1010100 | 1000000 | 0 | 11 | 11100010 | 1011110 | 111000 |
Color Harmonies of #2859F8
Complementary color
Monochromatic Colors of #2859F8
Black with #2859F8
Text Example
Text Example
White with #2859F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859F8; }
p { color: rgb(40,89,248); }
H1.HeaderClassName
{
color: #2859F8;
}
.AnyTagClassName
{
color: #2859F8;
}
</style>
background-color css
<style>
a { background-color: #2859F8; }
a { background-color: rgb(40,89,248); }
div.DivClassName
{
background-color: #2859F8;
}
.BgClassName
{
background-color: #2859F8;
}
</style>
border-color css
<style>
span { border-color: #2859F8; }
span { border-color: rgb(40,89,248); }
td.TdClassName
{
border-color: #2859F8;
}
.TagClassName
{
border-color: #2859F8;
}
</style>