Shades of Royal Blue #2764EE
Tints of Royal Blue #2764EE
RGB
CMYK
RGB Variations
Color information
#2764EE (or 0x2764EE) is known color: Royal Blue. HEX triplet: 27, 64 and EE. RGB value is (39,100,238). Sum of RGB (Red+Green+Blue) = 39+100+238=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #2764EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764EE is #D89B11. Grayscale: #606060. Windows color (decimal): -14195474 or 15623207. OLE color: 15623207.
HSL color Cylindrical-coordinate representation of color #2764EE: hue angle of 221.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2764EE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 100 | 238 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.07 |
| HSL | 221.61º | 0.85% | 0.54% | - |
| HSV(B) | 221.61º | 0.84% | 0.93% | - |
| XYZ | 20.83 | 15.72 | 82.83 | - |
| YUV | 97.49 | 207.29 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 238 | 0.84 | 0.58 | 0 | 0.07 | 221.61 | 0.85 | 0.54 |
| Hex | 27 | 64 | EE | 54 | 3A | 0 | 7 | DE | 55 | 36 |
| Octal | 47 | 144 | 356 | 124 | 72 | 0 | 7 | 336 | 125 | 66 |
| Binary | 100111 | 1100100 | 11101110 | 1010100 | 111010 | 0 | 111 | 11011110 | 1010101 | 110110 |
Color Harmonies of #2764EE
Complementary color
Monochromatic Colors of #2764EE
Black with #2764EE
Text Example
Text Example
White with #2764EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764EE; }
p { color: rgb(39,100,238); }
H1.HeaderClassName
{
color: #2764EE;
}
.AnyTagClassName
{
color: #2764EE;
}
</style>
background-color css
<style>
a { background-color: #2764EE; }
a { background-color: rgb(39,100,238); }
div.DivClassName
{
background-color: #2764EE;
}
.BgClassName
{
background-color: #2764EE;
}
</style>
border-color css
<style>
span { border-color: #2764EE; }
span { border-color: rgb(39,100,238); }
td.TdClassName
{
border-color: #2764EE;
}
.TagClassName
{
border-color: #2764EE;
}
</style>