Shades of Royal Blue #2F4FEC
Tints of Royal Blue #2F4FEC
RGB
CMYK
RGB Variations
Color information
#2F4FEC (or 0x2F4FEC) is known color: Royal Blue. HEX triplet: 2F, 4F and EC. RGB value is (47,79,236). Sum of RGB (Red+Green+Blue) = 47+79+236=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4FEC is #D0B013. Grayscale: #565656. Windows color (decimal): -13676564 or 15486767. OLE color: 15486767.
HSL color Cylindrical-coordinate representation of color #2F4FEC: hue angle of 229.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4FEC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 79 | 236 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.07 |
| HSL | 229.84º | 0.83% | 0.55% | - |
| HSV(B) | 229.84º | 0.8% | 0.93% | - |
| XYZ | 19.11 | 12.25 | 80.71 | - |
| YUV | 87.33 | 211.9 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 236 | 0.80 | 0.67 | 0 | 0.07 | 229.84 | 0.83 | 0.55 |
| Hex | 2F | 4F | EC | 50 | 43 | 0 | 7 | E6 | 53 | 37 |
| Octal | 57 | 117 | 354 | 120 | 103 | 0 | 7 | 346 | 123 | 67 |
| Binary | 101111 | 1001111 | 11101100 | 1010000 | 1000011 | 0 | 111 | 11100110 | 1010011 | 110111 |
Color Harmonies of #2F4FEC
Complementary color
Monochromatic Colors of #2F4FEC
Black with #2F4FEC
Text Example
Text Example
White with #2F4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4FEC; }
p { color: rgb(47,79,236); }
H1.HeaderClassName
{
color: #2F4FEC;
}
.AnyTagClassName
{
color: #2F4FEC;
}
</style>
background-color css
<style>
a { background-color: #2F4FEC; }
a { background-color: rgb(47,79,236); }
div.DivClassName
{
background-color: #2F4FEC;
}
.BgClassName
{
background-color: #2F4FEC;
}
</style>
border-color css
<style>
span { border-color: #2F4FEC; }
span { border-color: rgb(47,79,236); }
td.TdClassName
{
border-color: #2F4FEC;
}
.TagClassName
{
border-color: #2F4FEC;
}
</style>