Shades of Royal Blue #2762EF
Tints of Royal Blue #2762EF
RGB
CMYK
RGB Variations
Color information
#2762EF (or 0x2762EF) is known color: Royal Blue. HEX triplet: 27, 62 and EF. RGB value is (39,98,239). Sum of RGB (Red+Green+Blue) = 39+98+239=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2762EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2762EF is #D89D10. Grayscale: #5F5F5F. Windows color (decimal): -14195985 or 15688231. OLE color: 15688231.
HSL color Cylindrical-coordinate representation of color #2762EF: hue angle of 222.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2762EF is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 98 | 239 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.06 |
| HSL | 222.3º | 0.86% | 0.55% | - |
| HSV(B) | 222.3º | 0.84% | 0.94% | - |
| XYZ | 20.78 | 15.4 | 83.54 | - |
| YUV | 96.43 | 208.45 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 239 | 0.84 | 0.59 | 0 | 0.06 | 222.3 | 0.86 | 0.55 |
| Hex | 27 | 62 | EF | 54 | 3B | 0 | 6 | DE | 56 | 37 |
| Octal | 47 | 142 | 357 | 124 | 73 | 0 | 6 | 336 | 126 | 67 |
| Binary | 100111 | 1100010 | 11101111 | 1010100 | 111011 | 0 | 110 | 11011110 | 1010110 | 110111 |
Color Harmonies of #2762EF
Complementary color
Monochromatic Colors of #2762EF
Black with #2762EF
Text Example
Text Example
White with #2762EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2762EF; }
p { color: rgb(39,98,239); }
H1.HeaderClassName
{
color: #2762EF;
}
.AnyTagClassName
{
color: #2762EF;
}
</style>
background-color css
<style>
a { background-color: #2762EF; }
a { background-color: rgb(39,98,239); }
div.DivClassName
{
background-color: #2762EF;
}
.BgClassName
{
background-color: #2762EF;
}
</style>
border-color css
<style>
span { border-color: #2762EF; }
span { border-color: rgb(39,98,239); }
td.TdClassName
{
border-color: #2762EF;
}
.TagClassName
{
border-color: #2762EF;
}
</style>