Shades of Royal Blue #2F6BFD
Tints of Royal Blue #2F6BFD
RGB
CMYK
RGB Variations
Color information
#2F6BFD (or 0x2F6BFD) is known color: Royal Blue. HEX triplet: 2F, 6B and FD. RGB value is (47,107,253). Sum of RGB (Red+Green+Blue) = 47+107+253=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F6BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6BFD is #D09402. Grayscale: #696969. Windows color (decimal): -13669379 or 16608047. OLE color: 16608047.
HSL color Cylindrical-coordinate representation of color #2F6BFD: hue angle of 222.52º degrees, saturation: 0.98, 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 #2F6BFD is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 107 | 253 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.01 |
| HSL | 222.52º | 0.98% | 0.59% | - |
| HSV(B) | 222.52º | 0.81% | 0.99% | - |
| XYZ | 24.16 | 18.21 | 95.17 | - |
| YUV | 105.7 | 211.12 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 253 | 0.81 | 0.58 | 0 | 0.01 | 222.52 | 0.98 | 0.59 |
| Hex | 2F | 6B | FD | 51 | 3A | 0 | 1 | DF | 62 | 3B |
| Octal | 57 | 153 | 375 | 121 | 72 | 0 | 1 | 337 | 142 | 73 |
| Binary | 101111 | 1101011 | 11111101 | 1010001 | 111010 | 0 | 1 | 11011111 | 1100010 | 111011 |
Color Harmonies of #2F6BFD
Complementary color
Monochromatic Colors of #2F6BFD
Black with #2F6BFD
Text Example
Text Example
White with #2F6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6BFD; }
p { color: rgb(47,107,253); }
H1.HeaderClassName
{
color: #2F6BFD;
}
.AnyTagClassName
{
color: #2F6BFD;
}
</style>
background-color css
<style>
a { background-color: #2F6BFD; }
a { background-color: rgb(47,107,253); }
div.DivClassName
{
background-color: #2F6BFD;
}
.BgClassName
{
background-color: #2F6BFD;
}
</style>
border-color css
<style>
span { border-color: #2F6BFD; }
span { border-color: rgb(47,107,253); }
td.TdClassName
{
border-color: #2F6BFD;
}
.TagClassName
{
border-color: #2F6BFD;
}
</style>