Shades of Royal Blue #2768F3
Tints of Royal Blue #2768F3
RGB
CMYK
RGB Variations
Color information
#2768F3 (or 0x2768F3) is known color: Royal Blue. HEX triplet: 27, 68 and F3. RGB value is (39,104,243). Sum of RGB (Red+Green+Blue) = 39+104+243=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #2768F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2768F3 is #D8970C. Grayscale: #636363. Windows color (decimal): -14194445 or 15951911. OLE color: 15951911.
HSL color Cylindrical-coordinate representation of color #2768F3: hue angle of 220.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2768F3 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 104 | 243 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.05 |
| HSL | 220.88º | 0.89% | 0.55% | - |
| HSV(B) | 220.88º | 0.84% | 0.95% | - |
| XYZ | 21.96 | 16.8 | 86.88 | - |
| YUV | 100.41 | 208.47 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 243 | 0.84 | 0.57 | 0 | 0.05 | 220.88 | 0.89 | 0.55 |
| Hex | 27 | 68 | F3 | 54 | 39 | 0 | 5 | DD | 59 | 37 |
| Octal | 47 | 150 | 363 | 124 | 71 | 0 | 5 | 335 | 131 | 67 |
| Binary | 100111 | 1101000 | 11110011 | 1010100 | 111001 | 0 | 101 | 11011101 | 1011001 | 110111 |
Color Harmonies of #2768F3
Complementary color
Monochromatic Colors of #2768F3
Black with #2768F3
Text Example
Text Example
White with #2768F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2768F3; }
p { color: rgb(39,104,243); }
H1.HeaderClassName
{
color: #2768F3;
}
.AnyTagClassName
{
color: #2768F3;
}
</style>
background-color css
<style>
a { background-color: #2768F3; }
a { background-color: rgb(39,104,243); }
div.DivClassName
{
background-color: #2768F3;
}
.BgClassName
{
background-color: #2768F3;
}
</style>
border-color css
<style>
span { border-color: #2768F3; }
span { border-color: rgb(39,104,243); }
td.TdClassName
{
border-color: #2768F3;
}
.TagClassName
{
border-color: #2768F3;
}
</style>