Shades of Royal Blue #2F4DED
Tints of Royal Blue #2F4DED
RGB
CMYK
RGB Variations
Color information
#2F4DED (or 0x2F4DED) is known color: Royal Blue. HEX triplet: 2F, 4D and ED. RGB value is (47,77,237). Sum of RGB (Red+Green+Blue) = 47+77+237=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F4DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4DED is #D0B212. Grayscale: #555555. Windows color (decimal): -13677075 or 15551791. OLE color: 15551791.
HSL color Cylindrical-coordinate representation of color #2F4DED: hue angle of 230.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4DED is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 77 | 237 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.07 |
| HSL | 230.53º | 0.84% | 0.56% | - |
| HSV(B) | 230.53º | 0.8% | 0.93% | - |
| XYZ | 19.11 | 12.03 | 81.43 | - |
| YUV | 86.27 | 213.06 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 237 | 0.80 | 0.68 | 0 | 0.07 | 230.53 | 0.84 | 0.56 |
| Hex | 2F | 4D | ED | 50 | 44 | 0 | 7 | E7 | 54 | 38 |
| Octal | 57 | 115 | 355 | 120 | 104 | 0 | 7 | 347 | 124 | 70 |
| Binary | 101111 | 1001101 | 11101101 | 1010000 | 1000100 | 0 | 111 | 11100111 | 1010100 | 111000 |
Color Harmonies of #2F4DED
Complementary color
Monochromatic Colors of #2F4DED
Black with #2F4DED
Text Example
Text Example
White with #2F4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4DED; }
p { color: rgb(47,77,237); }
H1.HeaderClassName
{
color: #2F4DED;
}
.AnyTagClassName
{
color: #2F4DED;
}
</style>
background-color css
<style>
a { background-color: #2F4DED; }
a { background-color: rgb(47,77,237); }
div.DivClassName
{
background-color: #2F4DED;
}
.BgClassName
{
background-color: #2F4DED;
}
</style>
border-color css
<style>
span { border-color: #2F4DED; }
span { border-color: rgb(47,77,237); }
td.TdClassName
{
border-color: #2F4DED;
}
.TagClassName
{
border-color: #2F4DED;
}
</style>