Shades of Royal Blue #2F63EF
Tints of Royal Blue #2F63EF
RGB
CMYK
RGB Variations
Color information
#2F63EF (or 0x2F63EF) is known color: Royal Blue. HEX triplet: 2F, 63 and EF. RGB value is (47,99,239). Sum of RGB (Red+Green+Blue) = 47+99+239=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F63EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F63EF is #D09C10. Grayscale: #626262. Windows color (decimal): -13671441 or 15688495. OLE color: 15688495.
HSL color Cylindrical-coordinate representation of color #2F63EF: hue angle of 223.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F63EF is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 99 | 239 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.06 |
| HSL | 223.75º | 0.86% | 0.56% | - |
| HSV(B) | 223.75º | 0.8% | 0.94% | - |
| XYZ | 21.21 | 15.76 | 83.59 | - |
| YUV | 99.41 | 206.77 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 239 | 0.80 | 0.59 | 0 | 0.06 | 223.75 | 0.86 | 0.56 |
| Hex | 2F | 63 | EF | 50 | 3B | 0 | 6 | E0 | 56 | 38 |
| Octal | 57 | 143 | 357 | 120 | 73 | 0 | 6 | 340 | 126 | 70 |
| Binary | 101111 | 1100011 | 11101111 | 1010000 | 111011 | 0 | 110 | 11100000 | 1010110 | 111000 |
Color Harmonies of #2F63EF
Complementary color
Monochromatic Colors of #2F63EF
Black with #2F63EF
Text Example
Text Example
White with #2F63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F63EF; }
p { color: rgb(47,99,239); }
H1.HeaderClassName
{
color: #2F63EF;
}
.AnyTagClassName
{
color: #2F63EF;
}
</style>
background-color css
<style>
a { background-color: #2F63EF; }
a { background-color: rgb(47,99,239); }
div.DivClassName
{
background-color: #2F63EF;
}
.BgClassName
{
background-color: #2F63EF;
}
</style>
border-color css
<style>
span { border-color: #2F63EF; }
span { border-color: rgb(47,99,239); }
td.TdClassName
{
border-color: #2F63EF;
}
.TagClassName
{
border-color: #2F63EF;
}
</style>