Shades of Royal Blue #2F6ACF
Tints of Royal Blue #2F6ACF
RGB
CMYK
RGB Variations
Color information
#2F6ACF (or 0x2F6ACF) is known color: Royal Blue. HEX triplet: 2F, 6A and CF. RGB value is (47,106,207). Sum of RGB (Red+Green+Blue) = 47+106+207=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6ACF is #D09530. Grayscale: #636363. Windows color (decimal): -13669681 or 13593135. OLE color: 13593135.
HSL color Cylindrical-coordinate representation of color #2F6ACF: hue angle of 217.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6ACF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 106 | 207 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.19 |
| HSL | 217.88º | 0.63% | 0.5% | - |
| HSV(B) | 217.88º | 0.77% | 0.81% | - |
| XYZ | 17.59 | 15.42 | 61.08 | - |
| YUV | 99.87 | 188.45 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 106 | 207 | 0.77 | 0.49 | 0 | 0.19 | 217.88 | 0.63 | 0.5 |
| Hex | 2F | 6A | CF | 4D | 31 | 0 | 13 | DA | 3F | 32 |
| Octal | 57 | 152 | 317 | 115 | 61 | 0 | 23 | 332 | 77 | 62 |
| Binary | 101111 | 1101010 | 11001111 | 1001101 | 110001 | 0 | 10011 | 11011010 | 111111 | 110010 |
Color Harmonies of #2F6ACF
Complementary color
Monochromatic Colors of #2F6ACF
Black with #2F6ACF
Text Example
Text Example
White with #2F6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6ACF; }
p { color: rgb(47,106,207); }
H1.HeaderClassName
{
color: #2F6ACF;
}
.AnyTagClassName
{
color: #2F6ACF;
}
</style>
background-color css
<style>
a { background-color: #2F6ACF; }
a { background-color: rgb(47,106,207); }
div.DivClassName
{
background-color: #2F6ACF;
}
.BgClassName
{
background-color: #2F6ACF;
}
</style>
border-color css
<style>
span { border-color: #2F6ACF; }
span { border-color: rgb(47,106,207); }
td.TdClassName
{
border-color: #2F6ACF;
}
.TagClassName
{
border-color: #2F6ACF;
}
</style>