Shades of Royal Blue #2768FC
Tints of Royal Blue #2768FC
RGB
CMYK
RGB Variations
Color information
#2768FC (or 0x2768FC) is known color: Royal Blue. HEX triplet: 27, 68 and FC. RGB value is (39,104,252). Sum of RGB (Red+Green+Blue) = 39+104+252=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #2768FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2768FC is #D89703. Grayscale: #646464. Windows color (decimal): -14194436 or 16541735. OLE color: 16541735.
HSL color Cylindrical-coordinate representation of color #2768FC: hue angle of 221.69º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2768FC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 104 | 252 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.01 |
| HSL | 221.69º | 0.97% | 0.57% | - |
| HSV(B) | 221.69º | 0.85% | 0.99% | - |
| XYZ | 23.36 | 17.36 | 94.22 | - |
| YUV | 101.44 | 212.97 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 252 | 0.85 | 0.59 | 0 | 0.01 | 221.69 | 0.97 | 0.57 |
| Hex | 27 | 68 | FC | 55 | 3B | 0 | 1 | DE | 61 | 39 |
| Octal | 47 | 150 | 374 | 125 | 73 | 0 | 1 | 336 | 141 | 71 |
| Binary | 100111 | 1101000 | 11111100 | 1010101 | 111011 | 0 | 1 | 11011110 | 1100001 | 111001 |
Color Harmonies of #2768FC
Complementary color
Monochromatic Colors of #2768FC
Black with #2768FC
Text Example
Text Example
White with #2768FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2768FC; }
p { color: rgb(39,104,252); }
H1.HeaderClassName
{
color: #2768FC;
}
.AnyTagClassName
{
color: #2768FC;
}
</style>
background-color css
<style>
a { background-color: #2768FC; }
a { background-color: rgb(39,104,252); }
div.DivClassName
{
background-color: #2768FC;
}
.BgClassName
{
background-color: #2768FC;
}
</style>
border-color css
<style>
span { border-color: #2768FC; }
span { border-color: rgb(39,104,252); }
td.TdClassName
{
border-color: #2768FC;
}
.TagClassName
{
border-color: #2768FC;
}
</style>