Shades of Royal Blue #2F6CCD
Tints of Royal Blue #2F6CCD
RGB
CMYK
RGB Variations
Color information
#2F6CCD (or 0x2F6CCD) is known color: Royal Blue. HEX triplet: 2F, 6C and CD. RGB value is (47,108,205). Sum of RGB (Red+Green+Blue) = 47+108+205=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F6CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6CCD is #D09332. Grayscale: #646464. Windows color (decimal): -13669171 or 13462575. OLE color: 13462575.
HSL color Cylindrical-coordinate representation of color #2F6CCD: hue angle of 216.84º 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 #2F6CCD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 108 | 205 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.20 |
| HSL | 216.84º | 0.63% | 0.49% | - |
| HSV(B) | 216.84º | 0.77% | 0.8% | - |
| XYZ | 17.55 | 15.74 | 59.87 | - |
| YUV | 100.82 | 186.79 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 108 | 205 | 0.77 | 0.47 | 0 | 0.20 | 216.84 | 0.63 | 0.49 |
| Hex | 2F | 6C | CD | 4D | 2F | 0 | 14 | D9 | 3F | 31 |
| Octal | 57 | 154 | 315 | 115 | 57 | 0 | 24 | 331 | 77 | 61 |
| Binary | 101111 | 1101100 | 11001101 | 1001101 | 101111 | 0 | 10100 | 11011001 | 111111 | 110001 |
Color Harmonies of #2F6CCD
Complementary color
Monochromatic Colors of #2F6CCD
Black with #2F6CCD
Text Example
Text Example
White with #2F6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6CCD; }
p { color: rgb(47,108,205); }
H1.HeaderClassName
{
color: #2F6CCD;
}
.AnyTagClassName
{
color: #2F6CCD;
}
</style>
background-color css
<style>
a { background-color: #2F6CCD; }
a { background-color: rgb(47,108,205); }
div.DivClassName
{
background-color: #2F6CCD;
}
.BgClassName
{
background-color: #2F6CCD;
}
</style>
border-color css
<style>
span { border-color: #2F6CCD; }
span { border-color: rgb(47,108,205); }
td.TdClassName
{
border-color: #2F6CCD;
}
.TagClassName
{
border-color: #2F6CCD;
}
</style>