Shades of Royal Blue #2F63D6
Tints of Royal Blue #2F63D6
RGB
CMYK
RGB Variations
Color information
#2F63D6 (or 0x2F63D6) is known color: Royal Blue. HEX triplet: 2F, 63 and D6. RGB value is (47,99,214). Sum of RGB (Red+Green+Blue) = 47+99+214=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #2F63D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F63D6 is #D09C29. Grayscale: #606060. Windows color (decimal): -13671466 or 14050095. OLE color: 14050095.
HSL color Cylindrical-coordinate representation of color #2F63D6: hue angle of 221.32º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F63D6 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 99 | 214 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.16 |
| HSL | 221.32º | 0.67% | 0.51% | - |
| HSV(B) | 221.32º | 0.78% | 0.84% | - |
| XYZ | 17.77 | 14.38 | 65.46 | - |
| YUV | 96.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 214 | 0.78 | 0.54 | 0 | 0.16 | 221.32 | 0.67 | 0.51 |
| Hex | 2F | 63 | D6 | 4E | 36 | 0 | 10 | DD | 43 | 33 |
| Octal | 57 | 143 | 326 | 116 | 66 | 0 | 20 | 335 | 103 | 63 |
| Binary | 101111 | 1100011 | 11010110 | 1001110 | 110110 | 0 | 10000 | 11011101 | 1000011 | 110011 |
Color Harmonies of #2F63D6
Complementary color
Monochromatic Colors of #2F63D6
Black with #2F63D6
Text Example
Text Example
White with #2F63D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F63D6; }
p { color: rgb(47,99,214); }
H1.HeaderClassName
{
color: #2F63D6;
}
.AnyTagClassName
{
color: #2F63D6;
}
</style>
background-color css
<style>
a { background-color: #2F63D6; }
a { background-color: rgb(47,99,214); }
div.DivClassName
{
background-color: #2F63D6;
}
.BgClassName
{
background-color: #2F63D6;
}
</style>
border-color css
<style>
span { border-color: #2F63D6; }
span { border-color: rgb(47,99,214); }
td.TdClassName
{
border-color: #2F63D6;
}
.TagClassName
{
border-color: #2F63D6;
}
</style>