Shades of Royal Blue #2859F3
Tints of Royal Blue #2859F3
RGB
CMYK
RGB Variations
Color information
#2859F3 (or 0x2859F3) is known color: Royal Blue. HEX triplet: 28, 59 and F3. RGB value is (40,89,243). Sum of RGB (Red+Green+Blue) = 40+89+243=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #2859F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2859F3 is #D7A60C. Grayscale: #5B5B5B. Windows color (decimal): -14132749 or 15948072. OLE color: 15948072.
HSL color Cylindrical-coordinate representation of color #2859F3: hue angle of 225.52º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2859F3 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 89 | 243 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.05 |
| HSL | 225.52º | 0.89% | 0.55% | - |
| HSV(B) | 225.52º | 0.84% | 0.95% | - |
| XYZ | 20.63 | 14.07 | 86.42 | - |
| YUV | 91.91 | 213.27 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 243 | 0.84 | 0.63 | 0 | 0.05 | 225.52 | 0.89 | 0.55 |
| Hex | 28 | 59 | F3 | 54 | 3F | 0 | 5 | E2 | 59 | 37 |
| Octal | 50 | 131 | 363 | 124 | 77 | 0 | 5 | 342 | 131 | 67 |
| Binary | 101000 | 1011001 | 11110011 | 1010100 | 111111 | 0 | 101 | 11100010 | 1011001 | 110111 |
Color Harmonies of #2859F3
Complementary color
Monochromatic Colors of #2859F3
Black with #2859F3
Text Example
Text Example
White with #2859F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859F3; }
p { color: rgb(40,89,243); }
H1.HeaderClassName
{
color: #2859F3;
}
.AnyTagClassName
{
color: #2859F3;
}
</style>
background-color css
<style>
a { background-color: #2859F3; }
a { background-color: rgb(40,89,243); }
div.DivClassName
{
background-color: #2859F3;
}
.BgClassName
{
background-color: #2859F3;
}
</style>
border-color css
<style>
span { border-color: #2859F3; }
span { border-color: rgb(40,89,243); }
td.TdClassName
{
border-color: #2859F3;
}
.TagClassName
{
border-color: #2859F3;
}
</style>