Shades of Royal Blue #2F68FC
Tints of Royal Blue #2F68FC
RGB
CMYK
RGB Variations
Color information
#2F68FC (or 0x2F68FC) is known color: Royal Blue. HEX triplet: 2F, 68 and FC. RGB value is (47,104,252). Sum of RGB (Red+Green+Blue) = 47+104+252=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F68FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F68FC is #D09703. Grayscale: #676767. Windows color (decimal): -13670148 or 16541743. OLE color: 16541743.
HSL color Cylindrical-coordinate representation of color #2F68FC: hue angle of 223.32º 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 #2F68FC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 104 | 252 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.01 |
| HSL | 223.32º | 0.97% | 0.59% | - |
| HSV(B) | 223.32º | 0.81% | 0.99% | - |
| XYZ | 23.69 | 17.53 | 94.23 | - |
| YUV | 103.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 252 | 0.81 | 0.59 | 0 | 0.01 | 223.32 | 0.97 | 0.59 |
| Hex | 2F | 68 | FC | 51 | 3B | 0 | 1 | DF | 61 | 3B |
| Octal | 57 | 150 | 374 | 121 | 73 | 0 | 1 | 337 | 141 | 73 |
| Binary | 101111 | 1101000 | 11111100 | 1010001 | 111011 | 0 | 1 | 11011111 | 1100001 | 111011 |
Color Harmonies of #2F68FC
Complementary color
Monochromatic Colors of #2F68FC
Black with #2F68FC
Text Example
Text Example
White with #2F68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68FC; }
p { color: rgb(47,104,252); }
H1.HeaderClassName
{
color: #2F68FC;
}
.AnyTagClassName
{
color: #2F68FC;
}
</style>
background-color css
<style>
a { background-color: #2F68FC; }
a { background-color: rgb(47,104,252); }
div.DivClassName
{
background-color: #2F68FC;
}
.BgClassName
{
background-color: #2F68FC;
}
</style>
border-color css
<style>
span { border-color: #2F68FC; }
span { border-color: rgb(47,104,252); }
td.TdClassName
{
border-color: #2F68FC;
}
.TagClassName
{
border-color: #2F68FC;
}
</style>