Shades of Royal Blue #2F55E5
Tints of Royal Blue #2F55E5
RGB
CMYK
RGB Variations
Color information
#2F55E5 (or 0x2F55E5) is known color: Royal Blue. HEX triplet: 2F, 55 and E5. RGB value is (47,85,229). Sum of RGB (Red+Green+Blue) = 47+85+229=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F55E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F55E5 is #D0AA1A. Grayscale: #595959. Windows color (decimal): -13675035 or 15029551. OLE color: 15029551.
HSL color Cylindrical-coordinate representation of color #2F55E5: hue angle of 227.47º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F55E5 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 85 | 229 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.10 |
| HSL | 227.47º | 0.78% | 0.54% | - |
| HSV(B) | 227.47º | 0.79% | 0.9% | - |
| XYZ | 18.56 | 12.76 | 75.61 | - |
| YUV | 90.05 | 206.41 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 229 | 0.79 | 0.63 | 0 | 0.10 | 227.47 | 0.78 | 0.54 |
| Hex | 2F | 55 | E5 | 4F | 3F | 0 | A | E3 | 4E | 36 |
| Octal | 57 | 125 | 345 | 117 | 77 | 0 | 12 | 343 | 116 | 66 |
| Binary | 101111 | 1010101 | 11100101 | 1001111 | 111111 | 0 | 1010 | 11100011 | 1001110 | 110110 |
Color Harmonies of #2F55E5
Complementary color
Monochromatic Colors of #2F55E5
Black with #2F55E5
Text Example
Text Example
White with #2F55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F55E5; }
p { color: rgb(47,85,229); }
H1.HeaderClassName
{
color: #2F55E5;
}
.AnyTagClassName
{
color: #2F55E5;
}
</style>
background-color css
<style>
a { background-color: #2F55E5; }
a { background-color: rgb(47,85,229); }
div.DivClassName
{
background-color: #2F55E5;
}
.BgClassName
{
background-color: #2F55E5;
}
</style>
border-color css
<style>
span { border-color: #2F55E5; }
span { border-color: rgb(47,85,229); }
td.TdClassName
{
border-color: #2F55E5;
}
.TagClassName
{
border-color: #2F55E5;
}
</style>