Shades of Royal Blue #2F72CC
Tints of Royal Blue #2F72CC
RGB
CMYK
RGB Variations
Color information
#2F72CC (or 0x2F72CC) is known color: Royal Blue. HEX triplet: 2F, 72 and CC. RGB value is (47,114,204). Sum of RGB (Red+Green+Blue) = 47+114+204=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F72CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F72CC is #D08D33. Grayscale: #676767. Windows color (decimal): -13667636 or 13398575. OLE color: 13398575.
HSL color Cylindrical-coordinate representation of color #2F72CC: hue angle of 214.39º 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 #2F72CC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 114 | 204 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.2 |
| HSL | 214.39º | 0.63% | 0.49% | - |
| HSV(B) | 214.39º | 0.77% | 0.8% | - |
| XYZ | 18.09 | 17 | 59.45 | - |
| YUV | 104.23 | 184.3 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 204 | 0.77 | 0.44 | 0 | 0.2 | 214.39 | 0.63 | 0.49 |
| Hex | 2F | 72 | CC | 4D | 2C | 0 | 14 | D6 | 3F | 31 |
| Octal | 57 | 162 | 314 | 115 | 54 | 0 | 24 | 326 | 77 | 61 |
| Binary | 101111 | 1110010 | 11001100 | 1001101 | 101100 | 0 | 10100 | 11010110 | 111111 | 110001 |
Color Harmonies of #2F72CC
Complementary color
Monochromatic Colors of #2F72CC
Black with #2F72CC
Text Example
Text Example
White with #2F72CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F72CC; }
p { color: rgb(47,114,204); }
H1.HeaderClassName
{
color: #2F72CC;
}
.AnyTagClassName
{
color: #2F72CC;
}
</style>
background-color css
<style>
a { background-color: #2F72CC; }
a { background-color: rgb(47,114,204); }
div.DivClassName
{
background-color: #2F72CC;
}
.BgClassName
{
background-color: #2F72CC;
}
</style>
border-color css
<style>
span { border-color: #2F72CC; }
span { border-color: rgb(47,114,204); }
td.TdClassName
{
border-color: #2F72CC;
}
.TagClassName
{
border-color: #2F72CC;
}
</style>