Shades of Royal Blue #2F63FC
Tints of Royal Blue #2F63FC
RGB
CMYK
RGB Variations
Color information
#2F63FC (or 0x2F63FC) is known color: Royal Blue. HEX triplet: 2F, 63 and FC. RGB value is (47,99,252). Sum of RGB (Red+Green+Blue) = 47+99+252=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F63FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F63FC is #D09C03. Grayscale: #646464. Windows color (decimal): -13671428 or 16540463. OLE color: 16540463.
HSL color Cylindrical-coordinate representation of color #2F63FC: hue angle of 224.78º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F63FC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 99 | 252 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.01 |
| HSL | 224.78º | 0.97% | 0.59% | - |
| HSV(B) | 224.78º | 0.81% | 0.99% | - |
| XYZ | 23.2 | 16.56 | 94.07 | - |
| YUV | 100.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 252 | 0.81 | 0.61 | 0 | 0.01 | 224.78 | 0.97 | 0.59 |
| Hex | 2F | 63 | FC | 51 | 3D | 0 | 1 | E1 | 61 | 3B |
| Octal | 57 | 143 | 374 | 121 | 75 | 0 | 1 | 341 | 141 | 73 |
| Binary | 101111 | 1100011 | 11111100 | 1010001 | 111101 | 0 | 1 | 11100001 | 1100001 | 111011 |
Color Harmonies of #2F63FC
Complementary color
Monochromatic Colors of #2F63FC
Black with #2F63FC
Text Example
Text Example
White with #2F63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F63FC; }
p { color: rgb(47,99,252); }
H1.HeaderClassName
{
color: #2F63FC;
}
.AnyTagClassName
{
color: #2F63FC;
}
</style>
background-color css
<style>
a { background-color: #2F63FC; }
a { background-color: rgb(47,99,252); }
div.DivClassName
{
background-color: #2F63FC;
}
.BgClassName
{
background-color: #2F63FC;
}
</style>
border-color css
<style>
span { border-color: #2F63FC; }
span { border-color: rgb(47,99,252); }
td.TdClassName
{
border-color: #2F63FC;
}
.TagClassName
{
border-color: #2F63FC;
}
</style>