Shades of Royal Blue #2F50EF
Tints of Royal Blue #2F50EF
RGB
CMYK
RGB Variations
Color information
#2F50EF (or 0x2F50EF) is known color: Royal Blue. HEX triplet: 2F, 50 and EF. RGB value is (47,80,239). Sum of RGB (Red+Green+Blue) = 47+80+239=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F50EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F50EF is #D0AF10. Grayscale: #575757. Windows color (decimal): -13676305 or 15683631. OLE color: 15683631.
HSL color Cylindrical-coordinate representation of color #2F50EF: hue angle of 229.69º 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 #2F50EF is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 80 | 239 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.06 |
| HSL | 229.69º | 0.86% | 0.56% | - |
| HSV(B) | 229.69º | 0.8% | 0.94% | - |
| XYZ | 19.62 | 12.57 | 83.05 | - |
| YUV | 88.26 | 213.07 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 239 | 0.80 | 0.67 | 0 | 0.06 | 229.69 | 0.86 | 0.56 |
| Hex | 2F | 50 | EF | 50 | 43 | 0 | 6 | E6 | 56 | 38 |
| Octal | 57 | 120 | 357 | 120 | 103 | 0 | 6 | 346 | 126 | 70 |
| Binary | 101111 | 1010000 | 11101111 | 1010000 | 1000011 | 0 | 110 | 11100110 | 1010110 | 111000 |
Color Harmonies of #2F50EF
Complementary color
Monochromatic Colors of #2F50EF
Black with #2F50EF
Text Example
Text Example
White with #2F50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F50EF; }
p { color: rgb(47,80,239); }
H1.HeaderClassName
{
color: #2F50EF;
}
.AnyTagClassName
{
color: #2F50EF;
}
</style>
background-color css
<style>
a { background-color: #2F50EF; }
a { background-color: rgb(47,80,239); }
div.DivClassName
{
background-color: #2F50EF;
}
.BgClassName
{
background-color: #2F50EF;
}
</style>
border-color css
<style>
span { border-color: #2F50EF; }
span { border-color: rgb(47,80,239); }
td.TdClassName
{
border-color: #2F50EF;
}
.TagClassName
{
border-color: #2F50EF;
}
</style>