Shades of Royal Blue #2F6CDD
Tints of Royal Blue #2F6CDD
RGB
CMYK
RGB Variations
Color information
#2F6CDD (or 0x2F6CDD) is known color: Royal Blue. HEX triplet: 2F, 6C and DD. RGB value is (47,108,221). Sum of RGB (Red+Green+Blue) = 47+108+221=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F6CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6CDD is #D09322. Grayscale: #666666. Windows color (decimal): -13669155 or 14511151. OLE color: 14511151.
HSL color Cylindrical-coordinate representation of color #2F6CDD: hue angle of 218.97º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F6CDD is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 108 | 221 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.13 |
| HSL | 218.97º | 0.72% | 0.53% | - |
| HSV(B) | 218.97º | 0.79% | 0.87% | - |
| XYZ | 19.59 | 16.55 | 70.57 | - |
| YUV | 102.64 | 194.79 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 108 | 221 | 0.79 | 0.51 | 0 | 0.13 | 218.97 | 0.72 | 0.53 |
| Hex | 2F | 6C | DD | 4F | 33 | 0 | D | DB | 48 | 35 |
| Octal | 57 | 154 | 335 | 117 | 63 | 0 | 15 | 333 | 110 | 65 |
| Binary | 101111 | 1101100 | 11011101 | 1001111 | 110011 | 0 | 1101 | 11011011 | 1001000 | 110101 |
Color Harmonies of #2F6CDD
Complementary color
Monochromatic Colors of #2F6CDD
Black with #2F6CDD
Text Example
Text Example
White with #2F6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6CDD; }
p { color: rgb(47,108,221); }
H1.HeaderClassName
{
color: #2F6CDD;
}
.AnyTagClassName
{
color: #2F6CDD;
}
</style>
background-color css
<style>
a { background-color: #2F6CDD; }
a { background-color: rgb(47,108,221); }
div.DivClassName
{
background-color: #2F6CDD;
}
.BgClassName
{
background-color: #2F6CDD;
}
</style>
border-color css
<style>
span { border-color: #2F6CDD; }
span { border-color: rgb(47,108,221); }
td.TdClassName
{
border-color: #2F6CDD;
}
.TagClassName
{
border-color: #2F6CDD;
}
</style>