Shades of Royal Blue #2F63ED
Tints of Royal Blue #2F63ED
RGB
CMYK
RGB Variations
Color information
#2F63ED (or 0x2F63ED) is known color: Royal Blue. HEX triplet: 2F, 63 and ED. RGB value is (47,99,237). Sum of RGB (Red+Green+Blue) = 47+99+237=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F63ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F63ED is #D09C12. Grayscale: #626262. Windows color (decimal): -13671443 or 15557423. OLE color: 15557423.
HSL color Cylindrical-coordinate representation of color #2F63ED: hue angle of 223.58º 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 #2F63ED is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 99 | 237 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.07 |
| HSL | 223.58º | 0.84% | 0.56% | - |
| HSV(B) | 223.58º | 0.8% | 0.93% | - |
| XYZ | 20.92 | 15.64 | 82.04 | - |
| YUV | 99.18 | 205.77 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 237 | 0.80 | 0.58 | 0 | 0.07 | 223.58 | 0.84 | 0.56 |
| Hex | 2F | 63 | ED | 50 | 3A | 0 | 7 | E0 | 54 | 38 |
| Octal | 57 | 143 | 355 | 120 | 72 | 0 | 7 | 340 | 124 | 70 |
| Binary | 101111 | 1100011 | 11101101 | 1010000 | 111010 | 0 | 111 | 11100000 | 1010100 | 111000 |
Color Harmonies of #2F63ED
Complementary color
Monochromatic Colors of #2F63ED
Black with #2F63ED
Text Example
Text Example
White with #2F63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F63ED; }
p { color: rgb(47,99,237); }
H1.HeaderClassName
{
color: #2F63ED;
}
.AnyTagClassName
{
color: #2F63ED;
}
</style>
background-color css
<style>
a { background-color: #2F63ED; }
a { background-color: rgb(47,99,237); }
div.DivClassName
{
background-color: #2F63ED;
}
.BgClassName
{
background-color: #2F63ED;
}
</style>
border-color css
<style>
span { border-color: #2F63ED; }
span { border-color: rgb(47,99,237); }
td.TdClassName
{
border-color: #2F63ED;
}
.TagClassName
{
border-color: #2F63ED;
}
</style>