Shades of Royal Blue #2F6CFD
Tints of Royal Blue #2F6CFD
RGB
CMYK
RGB Variations
Color information
#2F6CFD (or 0x2F6CFD) is known color: Royal Blue. HEX triplet: 2F, 6C and FD. RGB value is (47,108,253). Sum of RGB (Red+Green+Blue) = 47+108+253=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F6CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6CFD is #D09302. Grayscale: #696969. Windows color (decimal): -13669123 or 16608303. OLE color: 16608303.
HSL color Cylindrical-coordinate representation of color #2F6CFD: hue angle of 222.23º 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 #2F6CFD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 108 | 253 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.01 |
| HSL | 222.23º | 0.98% | 0.59% | - |
| HSV(B) | 222.23º | 0.81% | 0.99% | - |
| XYZ | 24.26 | 18.42 | 95.21 | - |
| YUV | 106.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 108 | 253 | 0.81 | 0.57 | 0 | 0.01 | 222.23 | 0.98 | 0.59 |
| Hex | 2F | 6C | FD | 51 | 39 | 0 | 1 | DE | 62 | 3B |
| Octal | 57 | 154 | 375 | 121 | 71 | 0 | 1 | 336 | 142 | 73 |
| Binary | 101111 | 1101100 | 11111101 | 1010001 | 111001 | 0 | 1 | 11011110 | 1100010 | 111011 |
Color Harmonies of #2F6CFD
Complementary color
Monochromatic Colors of #2F6CFD
Black with #2F6CFD
Text Example
Text Example
White with #2F6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6CFD; }
p { color: rgb(47,108,253); }
H1.HeaderClassName
{
color: #2F6CFD;
}
.AnyTagClassName
{
color: #2F6CFD;
}
</style>
background-color css
<style>
a { background-color: #2F6CFD; }
a { background-color: rgb(47,108,253); }
div.DivClassName
{
background-color: #2F6CFD;
}
.BgClassName
{
background-color: #2F6CFD;
}
</style>
border-color css
<style>
span { border-color: #2F6CFD; }
span { border-color: rgb(47,108,253); }
td.TdClassName
{
border-color: #2F6CFD;
}
.TagClassName
{
border-color: #2F6CFD;
}
</style>