Shades of Royal Blue #2F5BEF
Tints of Royal Blue #2F5BEF
RGB
CMYK
RGB Variations
Color information
#2F5BEF (or 0x2F5BEF) is known color: Royal Blue. HEX triplet: 2F, 5B and EF. RGB value is (47,91,239). Sum of RGB (Red+Green+Blue) = 47+91+239=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F5BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5BEF is #D0A410. Grayscale: #5E5E5E. Windows color (decimal): -13673489 or 15686447. OLE color: 15686447.
HSL color Cylindrical-coordinate representation of color #2F5BEF: hue angle of 226.25º 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 #2F5BEF is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 91 | 239 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.06 |
| HSL | 226.25º | 0.86% | 0.56% | - |
| HSV(B) | 226.25º | 0.8% | 0.94% | - |
| XYZ | 20.49 | 14.32 | 83.34 | - |
| YUV | 94.72 | 209.42 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 91 | 239 | 0.80 | 0.62 | 0 | 0.06 | 226.25 | 0.86 | 0.56 |
| Hex | 2F | 5B | EF | 50 | 3E | 0 | 6 | E2 | 56 | 38 |
| Octal | 57 | 133 | 357 | 120 | 76 | 0 | 6 | 342 | 126 | 70 |
| Binary | 101111 | 1011011 | 11101111 | 1010000 | 111110 | 0 | 110 | 11100010 | 1010110 | 111000 |
Color Harmonies of #2F5BEF
Complementary color
Monochromatic Colors of #2F5BEF
Black with #2F5BEF
Text Example
Text Example
White with #2F5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5BEF; }
p { color: rgb(47,91,239); }
H1.HeaderClassName
{
color: #2F5BEF;
}
.AnyTagClassName
{
color: #2F5BEF;
}
</style>
background-color css
<style>
a { background-color: #2F5BEF; }
a { background-color: rgb(47,91,239); }
div.DivClassName
{
background-color: #2F5BEF;
}
.BgClassName
{
background-color: #2F5BEF;
}
</style>
border-color css
<style>
span { border-color: #2F5BEF; }
span { border-color: rgb(47,91,239); }
td.TdClassName
{
border-color: #2F5BEF;
}
.TagClassName
{
border-color: #2F5BEF;
}
</style>