Shades of Royal Blue #2F7FDC
Tints of Royal Blue #2F7FDC
RGB
CMYK
RGB Variations
Color information
#2F7FDC (or 0x2F7FDC) is known color: Royal Blue. HEX triplet: 2F, 7F and DC. RGB value is (47,127,220). Sum of RGB (Red+Green+Blue) = 47+127+220=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F7FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FDC is #D08023. Grayscale: #717171. Windows color (decimal): -13664292 or 14450479. OLE color: 14450479.
HSL color Cylindrical-coordinate representation of color #2F7FDC: hue angle of 212.25º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F7FDC is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 127 | 220 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.14 |
| HSL | 212.25º | 0.71% | 0.52% | - |
| HSV(B) | 212.25º | 0.79% | 0.86% | - |
| XYZ | 21.68 | 20.95 | 70.61 | - |
| YUV | 113.68 | 188 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 220 | 0.79 | 0.42 | 0 | 0.14 | 212.25 | 0.71 | 0.52 |
| Hex | 2F | 7F | DC | 4F | 2A | 0 | E | D4 | 47 | 34 |
| Octal | 57 | 177 | 334 | 117 | 52 | 0 | 16 | 324 | 107 | 64 |
| Binary | 101111 | 1111111 | 11011100 | 1001111 | 101010 | 0 | 1110 | 11010100 | 1000111 | 110100 |
Color Harmonies of #2F7FDC
Complementary color
Monochromatic Colors of #2F7FDC
Black with #2F7FDC
Text Example
Text Example
White with #2F7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FDC; }
p { color: rgb(47,127,220); }
H1.HeaderClassName
{
color: #2F7FDC;
}
.AnyTagClassName
{
color: #2F7FDC;
}
</style>
background-color css
<style>
a { background-color: #2F7FDC; }
a { background-color: rgb(47,127,220); }
div.DivClassName
{
background-color: #2F7FDC;
}
.BgClassName
{
background-color: #2F7FDC;
}
</style>
border-color css
<style>
span { border-color: #2F7FDC; }
span { border-color: rgb(47,127,220); }
td.TdClassName
{
border-color: #2F7FDC;
}
.TagClassName
{
border-color: #2F7FDC;
}
</style>