Shades of Royal Blue #2F67FB
Tints of Royal Blue #2F67FB
RGB
CMYK
RGB Variations
Color information
#2F67FB (or 0x2F67FB) is known color: Royal Blue. HEX triplet: 2F, 67 and FB. RGB value is (47,103,251). Sum of RGB (Red+Green+Blue) = 47+103+251=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F67FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F67FB is #D09804. Grayscale: #666666. Windows color (decimal): -13670405 or 16475951. OLE color: 16475951.
HSL color Cylindrical-coordinate representation of color #2F67FB: hue angle of 223.53º 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 #2F67FB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 103 | 251 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.02 |
| HSL | 223.53º | 0.96% | 0.58% | - |
| HSV(B) | 223.53º | 0.81% | 0.98% | - |
| XYZ | 23.44 | 17.27 | 93.37 | - |
| YUV | 103.13 | 211.45 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 251 | 0.81 | 0.59 | 0 | 0.02 | 223.53 | 0.96 | 0.58 |
| Hex | 2F | 67 | FB | 51 | 3B | 0 | 2 | E0 | 60 | 3A |
| Octal | 57 | 147 | 373 | 121 | 73 | 0 | 2 | 340 | 140 | 72 |
| Binary | 101111 | 1100111 | 11111011 | 1010001 | 111011 | 0 | 10 | 11100000 | 1100000 | 111010 |
Color Harmonies of #2F67FB
Complementary color
Monochromatic Colors of #2F67FB
Black with #2F67FB
Text Example
Text Example
White with #2F67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F67FB; }
p { color: rgb(47,103,251); }
H1.HeaderClassName
{
color: #2F67FB;
}
.AnyTagClassName
{
color: #2F67FB;
}
</style>
background-color css
<style>
a { background-color: #2F67FB; }
a { background-color: rgb(47,103,251); }
div.DivClassName
{
background-color: #2F67FB;
}
.BgClassName
{
background-color: #2F67FB;
}
</style>
border-color css
<style>
span { border-color: #2F67FB; }
span { border-color: rgb(47,103,251); }
td.TdClassName
{
border-color: #2F67FB;
}
.TagClassName
{
border-color: #2F67FB;
}
</style>