Shades of Royal Blue #2F63EB
Tints of Royal Blue #2F63EB
RGB
CMYK
RGB Variations
Color information
#2F63EB (or 0x2F63EB) is known color: Royal Blue. HEX triplet: 2F, 63 and EB. RGB value is (47,99,235). Sum of RGB (Red+Green+Blue) = 47+99+235=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F63EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F63EB is #D09C14. Grayscale: #626262. Windows color (decimal): -13671445 or 15426351. OLE color: 15426351.
HSL color Cylindrical-coordinate representation of color #2F63EB: hue angle of 223.4º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F63EB is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 99 | 235 | - |
| CMYK | 0.8 | 0.58 | 0 | 0.08 |
| HSL | 223.4º | 0.82% | 0.55% | - |
| HSV(B) | 223.4º | 0.8% | 0.92% | - |
| XYZ | 20.63 | 15.53 | 80.51 | - |
| YUV | 98.96 | 204.77 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 235 | 0.8 | 0.58 | 0 | 0.08 | 223.4 | 0.82 | 0.55 |
| Hex | 2F | 63 | EB | 50 | 3A | 0 | 8 | DF | 52 | 37 |
| Octal | 57 | 143 | 353 | 120 | 72 | 0 | 10 | 337 | 122 | 67 |
| Binary | 101111 | 1100011 | 11101011 | 1010000 | 111010 | 0 | 1000 | 11011111 | 1010010 | 110111 |
Color Harmonies of #2F63EB
Complementary color
Monochromatic Colors of #2F63EB
Black with #2F63EB
Text Example
Text Example
White with #2F63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F63EB; }
p { color: rgb(47,99,235); }
H1.HeaderClassName
{
color: #2F63EB;
}
.AnyTagClassName
{
color: #2F63EB;
}
</style>
background-color css
<style>
a { background-color: #2F63EB; }
a { background-color: rgb(47,99,235); }
div.DivClassName
{
background-color: #2F63EB;
}
.BgClassName
{
background-color: #2F63EB;
}
</style>
border-color css
<style>
span { border-color: #2F63EB; }
span { border-color: rgb(47,99,235); }
td.TdClassName
{
border-color: #2F63EB;
}
.TagClassName
{
border-color: #2F63EB;
}
</style>