Shades of Royal Blue #2F59EF
Tints of Royal Blue #2F59EF
RGB
CMYK
RGB Variations
Color information
#2F59EF (or 0x2F59EF) is known color: Royal Blue. HEX triplet: 2F, 59 and EF. RGB value is (47,89,239). Sum of RGB (Red+Green+Blue) = 47+89+239=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F59EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F59EF is #D0A610. Grayscale: #5C5C5C. Windows color (decimal): -13674001 or 15685935. OLE color: 15685935.
HSL color Cylindrical-coordinate representation of color #2F59EF: hue angle of 226.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F59EF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 89 | 239 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.06 |
| HSL | 226.88º | 0.86% | 0.56% | - |
| HSV(B) | 226.88º | 0.8% | 0.94% | - |
| XYZ | 20.32 | 13.98 | 83.29 | - |
| YUV | 93.54 | 210.09 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 239 | 0.80 | 0.63 | 0 | 0.06 | 226.88 | 0.86 | 0.56 |
| Hex | 2F | 59 | EF | 50 | 3F | 0 | 6 | E3 | 56 | 38 |
| Octal | 57 | 131 | 357 | 120 | 77 | 0 | 6 | 343 | 126 | 70 |
| Binary | 101111 | 1011001 | 11101111 | 1010000 | 111111 | 0 | 110 | 11100011 | 1010110 | 111000 |
Color Harmonies of #2F59EF
Complementary color
Monochromatic Colors of #2F59EF
Black with #2F59EF
Text Example
Text Example
White with #2F59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F59EF; }
p { color: rgb(47,89,239); }
H1.HeaderClassName
{
color: #2F59EF;
}
.AnyTagClassName
{
color: #2F59EF;
}
</style>
background-color css
<style>
a { background-color: #2F59EF; }
a { background-color: rgb(47,89,239); }
div.DivClassName
{
background-color: #2F59EF;
}
.BgClassName
{
background-color: #2F59EF;
}
</style>
border-color css
<style>
span { border-color: #2F59EF; }
span { border-color: rgb(47,89,239); }
td.TdClassName
{
border-color: #2F59EF;
}
.TagClassName
{
border-color: #2F59EF;
}
</style>