Shades of Royal Blue #2762FE
Tints of Royal Blue #2762FE
RGB
CMYK
RGB Variations
Color information
#2762FE (or 0x2762FE) is known color: Royal Blue. HEX triplet: 27, 62 and FE. RGB value is (39,98,254). Sum of RGB (Red+Green+Blue) = 39+98+254=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #2762FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2762FE is #D89D01. Grayscale: #616161. Windows color (decimal): -14195970 or 16671271. OLE color: 16671271.
HSL color Cylindrical-coordinate representation of color #2762FE: hue angle of 223.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2762FE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 98 | 254 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.00 |
| HSL | 223.53º | 0.99% | 0.57% | - |
| HSV(B) | 223.53º | 0.85% | 1% | - |
| XYZ | 23.09 | 16.32 | 95.7 | - |
| YUV | 98.14 | 215.95 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 254 | 0.85 | 0.61 | 0 | 0.00 | 223.53 | 0.99 | 0.57 |
| Hex | 27 | 62 | FE | 55 | 3D | 0 | 0 | E0 | 63 | 39 |
| Octal | 47 | 142 | 376 | 125 | 75 | 0 | 0 | 340 | 143 | 71 |
| Binary | 100111 | 1100010 | 11111110 | 1010101 | 111101 | 0 | 0 | 11100000 | 1100011 | 111001 |
Color Harmonies of #2762FE
Complementary color
Monochromatic Colors of #2762FE
Black with #2762FE
Text Example
Text Example
White with #2762FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2762FE; }
p { color: rgb(39,98,254); }
H1.HeaderClassName
{
color: #2762FE;
}
.AnyTagClassName
{
color: #2762FE;
}
</style>
background-color css
<style>
a { background-color: #2762FE; }
a { background-color: rgb(39,98,254); }
div.DivClassName
{
background-color: #2762FE;
}
.BgClassName
{
background-color: #2762FE;
}
</style>
border-color css
<style>
span { border-color: #2762FE; }
span { border-color: rgb(39,98,254); }
td.TdClassName
{
border-color: #2762FE;
}
.TagClassName
{
border-color: #2762FE;
}
</style>