Shades of Royal Blue #2764FE
Tints of Royal Blue #2764FE
RGB
CMYK
RGB Variations
Color information
#2764FE (or 0x2764FE) is known color: Royal Blue. HEX triplet: 27, 64 and FE. RGB value is (39,100,254). Sum of RGB (Red+Green+Blue) = 39+100+254=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #2764FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764FE is #D89B01. Grayscale: #626262. Windows color (decimal): -14195458 or 16671783. OLE color: 16671783.
HSL color Cylindrical-coordinate representation of color #2764FE: hue angle of 222.98º 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 #2764FE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 100 | 254 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.00 |
| HSL | 222.98º | 0.99% | 0.57% | - |
| HSV(B) | 222.98º | 0.85% | 1% | - |
| XYZ | 23.28 | 16.7 | 95.76 | - |
| YUV | 99.32 | 215.29 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 254 | 0.85 | 0.61 | 0 | 0.00 | 222.98 | 0.99 | 0.57 |
| Hex | 27 | 64 | FE | 55 | 3D | 0 | 0 | DF | 63 | 39 |
| Octal | 47 | 144 | 376 | 125 | 75 | 0 | 0 | 337 | 143 | 71 |
| Binary | 100111 | 1100100 | 11111110 | 1010101 | 111101 | 0 | 0 | 11011111 | 1100011 | 111001 |
Color Harmonies of #2764FE
Complementary color
Monochromatic Colors of #2764FE
Black with #2764FE
Text Example
Text Example
White with #2764FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764FE; }
p { color: rgb(39,100,254); }
H1.HeaderClassName
{
color: #2764FE;
}
.AnyTagClassName
{
color: #2764FE;
}
</style>
background-color css
<style>
a { background-color: #2764FE; }
a { background-color: rgb(39,100,254); }
div.DivClassName
{
background-color: #2764FE;
}
.BgClassName
{
background-color: #2764FE;
}
</style>
border-color css
<style>
span { border-color: #2764FE; }
span { border-color: rgb(39,100,254); }
td.TdClassName
{
border-color: #2764FE;
}
.TagClassName
{
border-color: #2764FE;
}
</style>