Shades of Royal Blue #2F6ECC
Tints of Royal Blue #2F6ECC
RGB
CMYK
RGB Variations
Color information
#2F6ECC (or 0x2F6ECC) is known color: Royal Blue. HEX triplet: 2F, 6E and CC. RGB value is (47,110,204). Sum of RGB (Red+Green+Blue) = 47+110+204=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6ECC is #D09133. Grayscale: #656565. Windows color (decimal): -13668660 or 13397551. OLE color: 13397551.
HSL color Cylindrical-coordinate representation of color #2F6ECC: hue angle of 215.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6ECC is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 110 | 204 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.2 |
| HSL | 215.92º | 0.63% | 0.49% | - |
| HSV(B) | 215.92º | 0.77% | 0.8% | - |
| XYZ | 17.65 | 16.12 | 59.31 | - |
| YUV | 101.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 204 | 0.77 | 0.46 | 0 | 0.2 | 215.92 | 0.63 | 0.49 |
| Hex | 2F | 6E | CC | 4D | 2E | 0 | 14 | D8 | 3F | 31 |
| Octal | 57 | 156 | 314 | 115 | 56 | 0 | 24 | 330 | 77 | 61 |
| Binary | 101111 | 1101110 | 11001100 | 1001101 | 101110 | 0 | 10100 | 11011000 | 111111 | 110001 |
Color Harmonies of #2F6ECC
Complementary color
Monochromatic Colors of #2F6ECC
Black with #2F6ECC
Text Example
Text Example
White with #2F6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6ECC; }
p { color: rgb(47,110,204); }
H1.HeaderClassName
{
color: #2F6ECC;
}
.AnyTagClassName
{
color: #2F6ECC;
}
</style>
background-color css
<style>
a { background-color: #2F6ECC; }
a { background-color: rgb(47,110,204); }
div.DivClassName
{
background-color: #2F6ECC;
}
.BgClassName
{
background-color: #2F6ECC;
}
</style>
border-color css
<style>
span { border-color: #2F6ECC; }
span { border-color: rgb(47,110,204); }
td.TdClassName
{
border-color: #2F6ECC;
}
.TagClassName
{
border-color: #2F6ECC;
}
</style>