Shades of Royal Blue #2F69CF
Tints of Royal Blue #2F69CF
RGB
CMYK
RGB Variations
Color information
#2F69CF (or 0x2F69CF) is known color: Royal Blue. HEX triplet: 2F, 69 and CF. RGB value is (47,105,207). Sum of RGB (Red+Green+Blue) = 47+105+207=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F69CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F69CF is #D09630. Grayscale: #626262. Windows color (decimal): -13669937 or 13592879. OLE color: 13592879.
HSL color Cylindrical-coordinate representation of color #2F69CF: hue angle of 218.25º 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 #2F69CF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 105 | 207 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.19 |
| HSL | 218.25º | 0.63% | 0.5% | - |
| HSV(B) | 218.25º | 0.77% | 0.81% | - |
| XYZ | 17.49 | 15.21 | 61.05 | - |
| YUV | 99.29 | 188.78 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 207 | 0.77 | 0.49 | 0 | 0.19 | 218.25 | 0.63 | 0.5 |
| Hex | 2F | 69 | CF | 4D | 31 | 0 | 13 | DA | 3F | 32 |
| Octal | 57 | 151 | 317 | 115 | 61 | 0 | 23 | 332 | 77 | 62 |
| Binary | 101111 | 1101001 | 11001111 | 1001101 | 110001 | 0 | 10011 | 11011010 | 111111 | 110010 |
Color Harmonies of #2F69CF
Complementary color
Monochromatic Colors of #2F69CF
Black with #2F69CF
Text Example
Text Example
White with #2F69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F69CF; }
p { color: rgb(47,105,207); }
H1.HeaderClassName
{
color: #2F69CF;
}
.AnyTagClassName
{
color: #2F69CF;
}
</style>
background-color css
<style>
a { background-color: #2F69CF; }
a { background-color: rgb(47,105,207); }
div.DivClassName
{
background-color: #2F69CF;
}
.BgClassName
{
background-color: #2F69CF;
}
</style>
border-color css
<style>
span { border-color: #2F69CF; }
span { border-color: rgb(47,105,207); }
td.TdClassName
{
border-color: #2F69CF;
}
.TagClassName
{
border-color: #2F69CF;
}
</style>