Shades of Royal Blue #2F6CE9
Tints of Royal Blue #2F6CE9
RGB
CMYK
RGB Variations
Color information
#2F6CE9 (or 0x2F6CE9) is known color: Royal Blue. HEX triplet: 2F, 6C and E9. RGB value is (47,108,233). Sum of RGB (Red+Green+Blue) = 47+108+233=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #2F6CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6CE9 is #D09316. Grayscale: #676767. Windows color (decimal): -13669143 or 15297583. OLE color: 15297583.
HSL color Cylindrical-coordinate representation of color #2F6CE9: hue angle of 220.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6CE9 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 108 | 233 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.09 |
| HSL | 220.32º | 0.81% | 0.55% | - |
| HSV(B) | 220.32º | 0.8% | 0.91% | - |
| XYZ | 21.24 | 17.21 | 79.29 | - |
| YUV | 104.01 | 200.79 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 108 | 233 | 0.80 | 0.54 | 0 | 0.09 | 220.32 | 0.81 | 0.55 |
| Hex | 2F | 6C | E9 | 50 | 36 | 0 | 9 | DC | 51 | 37 |
| Octal | 57 | 154 | 351 | 120 | 66 | 0 | 11 | 334 | 121 | 67 |
| Binary | 101111 | 1101100 | 11101001 | 1010000 | 110110 | 0 | 1001 | 11011100 | 1010001 | 110111 |
Color Harmonies of #2F6CE9
Complementary color
Monochromatic Colors of #2F6CE9
Black with #2F6CE9
Text Example
Text Example
White with #2F6CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6CE9; }
p { color: rgb(47,108,233); }
H1.HeaderClassName
{
color: #2F6CE9;
}
.AnyTagClassName
{
color: #2F6CE9;
}
</style>
background-color css
<style>
a { background-color: #2F6CE9; }
a { background-color: rgb(47,108,233); }
div.DivClassName
{
background-color: #2F6CE9;
}
.BgClassName
{
background-color: #2F6CE9;
}
</style>
border-color css
<style>
span { border-color: #2F6CE9; }
span { border-color: rgb(47,108,233); }
td.TdClassName
{
border-color: #2F6CE9;
}
.TagClassName
{
border-color: #2F6CE9;
}
</style>