Shades of Royal Blue #2763F1
Tints of Royal Blue #2763F1
RGB
CMYK
RGB Variations
Color information
#2763F1 (or 0x2763F1) is known color: Royal Blue. HEX triplet: 27, 63 and F1. RGB value is (39,99,241). Sum of RGB (Red+Green+Blue) = 39+99+241=379 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.29% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #2763F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2763F1 is #D89C0E. Grayscale: #606060. Windows color (decimal): -14195727 or 15819559. OLE color: 15819559.
HSL color Cylindrical-coordinate representation of color #2763F1: hue angle of 222.18º degrees, saturation: 0.88, 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 #2763F1 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 99 | 241 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.05 |
| HSL | 222.18º | 0.88% | 0.55% | - |
| HSV(B) | 222.18º | 0.84% | 0.95% | - |
| XYZ | 21.18 | 15.71 | 85.13 | - |
| YUV | 97.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 241 | 0.84 | 0.59 | 0 | 0.05 | 222.18 | 0.88 | 0.55 |
| Hex | 27 | 63 | F1 | 54 | 3B | 0 | 5 | DE | 58 | 37 |
| Octal | 47 | 143 | 361 | 124 | 73 | 0 | 5 | 336 | 130 | 67 |
| Binary | 100111 | 1100011 | 11110001 | 1010100 | 111011 | 0 | 101 | 11011110 | 1011000 | 110111 |
Color Harmonies of #2763F1
Complementary color
Monochromatic Colors of #2763F1
Black with #2763F1
Text Example
Text Example
White with #2763F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2763F1; }
p { color: rgb(39,99,241); }
H1.HeaderClassName
{
color: #2763F1;
}
.AnyTagClassName
{
color: #2763F1;
}
</style>
background-color css
<style>
a { background-color: #2763F1; }
a { background-color: rgb(39,99,241); }
div.DivClassName
{
background-color: #2763F1;
}
.BgClassName
{
background-color: #2763F1;
}
</style>
border-color css
<style>
span { border-color: #2763F1; }
span { border-color: rgb(39,99,241); }
td.TdClassName
{
border-color: #2763F1;
}
.TagClassName
{
border-color: #2763F1;
}
</style>