Shades of Royal Blue #2F4CEC
Tints of Royal Blue #2F4CEC
RGB
CMYK
RGB Variations
Color information
#2F4CEC (or 0x2F4CEC) is known color: Royal Blue. HEX triplet: 2F, 4C and EC. RGB value is (47,76,236). Sum of RGB (Red+Green+Blue) = 47+76+236=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F4CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4CEC is #D0B313. Grayscale: #545454. Windows color (decimal): -13677332 or 15485999. OLE color: 15485999.
HSL color Cylindrical-coordinate representation of color #2F4CEC: hue angle of 230.79º 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 #2F4CEC is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 76 | 236 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.07 |
| HSL | 230.79º | 0.83% | 0.55% | - |
| HSV(B) | 230.79º | 0.8% | 0.93% | - |
| XYZ | 18.9 | 11.83 | 80.64 | - |
| YUV | 85.57 | 212.89 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 236 | 0.80 | 0.68 | 0 | 0.07 | 230.79 | 0.83 | 0.55 |
| Hex | 2F | 4C | EC | 50 | 44 | 0 | 7 | E7 | 53 | 37 |
| Octal | 57 | 114 | 354 | 120 | 104 | 0 | 7 | 347 | 123 | 67 |
| Binary | 101111 | 1001100 | 11101100 | 1010000 | 1000100 | 0 | 111 | 11100111 | 1010011 | 110111 |
Color Harmonies of #2F4CEC
Complementary color
Monochromatic Colors of #2F4CEC
Black with #2F4CEC
Text Example
Text Example
White with #2F4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4CEC; }
p { color: rgb(47,76,236); }
H1.HeaderClassName
{
color: #2F4CEC;
}
.AnyTagClassName
{
color: #2F4CEC;
}
</style>
background-color css
<style>
a { background-color: #2F4CEC; }
a { background-color: rgb(47,76,236); }
div.DivClassName
{
background-color: #2F4CEC;
}
.BgClassName
{
background-color: #2F4CEC;
}
</style>
border-color css
<style>
span { border-color: #2F4CEC; }
span { border-color: rgb(47,76,236); }
td.TdClassName
{
border-color: #2F4CEC;
}
.TagClassName
{
border-color: #2F4CEC;
}
</style>