Shades of Royal Blue #2765FE
Tints of Royal Blue #2765FE
RGB
CMYK
RGB Variations
Color information
#2765FE (or 0x2765FE) is known color: Royal Blue. HEX triplet: 27, 65 and FE. RGB value is (39,101,254). Sum of RGB (Red+Green+Blue) = 39+101+254=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #2765FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2765FE is #D89A01. Grayscale: #636363. Windows color (decimal): -14195202 or 16672039. OLE color: 16672039.
HSL color Cylindrical-coordinate representation of color #2765FE: hue angle of 222.7º 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 #2765FE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 101 | 254 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.00 |
| HSL | 222.7º | 0.99% | 0.57% | - |
| HSV(B) | 222.7º | 0.85% | 1% | - |
| XYZ | 23.38 | 16.89 | 95.79 | - |
| YUV | 99.9 | 214.96 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 254 | 0.85 | 0.60 | 0 | 0.00 | 222.7 | 0.99 | 0.57 |
| Hex | 27 | 65 | FE | 55 | 3C | 0 | 0 | DF | 63 | 39 |
| Octal | 47 | 145 | 376 | 125 | 74 | 0 | 0 | 337 | 143 | 71 |
| Binary | 100111 | 1100101 | 11111110 | 1010101 | 111100 | 0 | 0 | 11011111 | 1100011 | 111001 |
Color Harmonies of #2765FE
Complementary color
Monochromatic Colors of #2765FE
Black with #2765FE
Text Example
Text Example
White with #2765FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765FE; }
p { color: rgb(39,101,254); }
H1.HeaderClassName
{
color: #2765FE;
}
.AnyTagClassName
{
color: #2765FE;
}
</style>
background-color css
<style>
a { background-color: #2765FE; }
a { background-color: rgb(39,101,254); }
div.DivClassName
{
background-color: #2765FE;
}
.BgClassName
{
background-color: #2765FE;
}
</style>
border-color css
<style>
span { border-color: #2765FE; }
span { border-color: rgb(39,101,254); }
td.TdClassName
{
border-color: #2765FE;
}
.TagClassName
{
border-color: #2765FE;
}
</style>