Shades of Royal Blue #2F68FB
Tints of Royal Blue #2F68FB
RGB
CMYK
RGB Variations
Color information
#2F68FB (or 0x2F68FB) is known color: Royal Blue. HEX triplet: 2F, 68 and FB. RGB value is (47,104,251). Sum of RGB (Red+Green+Blue) = 47+104+251=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F68FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F68FB is #D09704. Grayscale: #676767. Windows color (decimal): -13670149 or 16476207. OLE color: 16476207.
HSL color Cylindrical-coordinate representation of color #2F68FB: hue angle of 223.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F68FB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 104 | 251 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.02 |
| HSL | 223.24º | 0.96% | 0.58% | - |
| HSV(B) | 223.24º | 0.81% | 0.98% | - |
| XYZ | 23.54 | 17.47 | 93.4 | - |
| YUV | 103.72 | 211.12 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 251 | 0.81 | 0.59 | 0 | 0.02 | 223.24 | 0.96 | 0.58 |
| Hex | 2F | 68 | FB | 51 | 3B | 0 | 2 | DF | 60 | 3A |
| Octal | 57 | 150 | 373 | 121 | 73 | 0 | 2 | 337 | 140 | 72 |
| Binary | 101111 | 1101000 | 11111011 | 1010001 | 111011 | 0 | 10 | 11011111 | 1100000 | 111010 |
Color Harmonies of #2F68FB
Complementary color
Monochromatic Colors of #2F68FB
Black with #2F68FB
Text Example
Text Example
White with #2F68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68FB; }
p { color: rgb(47,104,251); }
H1.HeaderClassName
{
color: #2F68FB;
}
.AnyTagClassName
{
color: #2F68FB;
}
</style>
background-color css
<style>
a { background-color: #2F68FB; }
a { background-color: rgb(47,104,251); }
div.DivClassName
{
background-color: #2F68FB;
}
.BgClassName
{
background-color: #2F68FB;
}
</style>
border-color css
<style>
span { border-color: #2F68FB; }
span { border-color: rgb(47,104,251); }
td.TdClassName
{
border-color: #2F68FB;
}
.TagClassName
{
border-color: #2F68FB;
}
</style>