Shades of Royal Blue #2F4CED
Tints of Royal Blue #2F4CED
RGB
CMYK
RGB Variations
Color information
#2F4CED (or 0x2F4CED) is known color: Royal Blue. HEX triplet: 2F, 4C and ED. RGB value is (47,76,237). Sum of RGB (Red+Green+Blue) = 47+76+237=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F4CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4CED is #D0B312. Grayscale: #555555. Windows color (decimal): -13677331 or 15551535. OLE color: 15551535.
HSL color Cylindrical-coordinate representation of color #2F4CED: hue angle of 230.84º 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 #2F4CED is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 76 | 237 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.07 |
| HSL | 230.84º | 0.84% | 0.56% | - |
| HSV(B) | 230.84º | 0.8% | 0.93% | - |
| XYZ | 19.04 | 11.89 | 81.41 | - |
| YUV | 85.68 | 213.39 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 237 | 0.80 | 0.68 | 0 | 0.07 | 230.84 | 0.84 | 0.56 |
| Hex | 2F | 4C | ED | 50 | 44 | 0 | 7 | E7 | 54 | 38 |
| Octal | 57 | 114 | 355 | 120 | 104 | 0 | 7 | 347 | 124 | 70 |
| Binary | 101111 | 1001100 | 11101101 | 1010000 | 1000100 | 0 | 111 | 11100111 | 1010100 | 111000 |
Color Harmonies of #2F4CED
Complementary color
Monochromatic Colors of #2F4CED
Black with #2F4CED
Text Example
Text Example
White with #2F4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4CED; }
p { color: rgb(47,76,237); }
H1.HeaderClassName
{
color: #2F4CED;
}
.AnyTagClassName
{
color: #2F4CED;
}
</style>
background-color css
<style>
a { background-color: #2F4CED; }
a { background-color: rgb(47,76,237); }
div.DivClassName
{
background-color: #2F4CED;
}
.BgClassName
{
background-color: #2F4CED;
}
</style>
border-color css
<style>
span { border-color: #2F4CED; }
span { border-color: rgb(47,76,237); }
td.TdClassName
{
border-color: #2F4CED;
}
.TagClassName
{
border-color: #2F4CED;
}
</style>