Shades of Royal Blue #2765EA
Tints of Royal Blue #2765EA
RGB
CMYK
RGB Variations
Color information
#2765EA (or 0x2765EA) is known color: Royal Blue. HEX triplet: 27, 65 and EA. RGB value is (39,101,234). Sum of RGB (Red+Green+Blue) = 39+101+234=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #2765EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2765EA is #D89A15. Grayscale: #616161. Windows color (decimal): -14195222 or 15361319. OLE color: 15361319.
HSL color Cylindrical-coordinate representation of color #2765EA: hue angle of 220.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2765EA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 101 | 234 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.08 |
| HSL | 220.92º | 0.82% | 0.54% | - |
| HSV(B) | 220.92º | 0.83% | 0.92% | - |
| XYZ | 20.34 | 15.68 | 79.8 | - |
| YUV | 97.62 | 204.96 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 234 | 0.83 | 0.57 | 0 | 0.08 | 220.92 | 0.82 | 0.54 |
| Hex | 27 | 65 | EA | 53 | 39 | 0 | 8 | DD | 52 | 36 |
| Octal | 47 | 145 | 352 | 123 | 71 | 0 | 10 | 335 | 122 | 66 |
| Binary | 100111 | 1100101 | 11101010 | 1010011 | 111001 | 0 | 1000 | 11011101 | 1010010 | 110110 |
Color Harmonies of #2765EA
Complementary color
Monochromatic Colors of #2765EA
Black with #2765EA
Text Example
Text Example
White with #2765EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765EA; }
p { color: rgb(39,101,234); }
H1.HeaderClassName
{
color: #2765EA;
}
.AnyTagClassName
{
color: #2765EA;
}
</style>
background-color css
<style>
a { background-color: #2765EA; }
a { background-color: rgb(39,101,234); }
div.DivClassName
{
background-color: #2765EA;
}
.BgClassName
{
background-color: #2765EA;
}
</style>
border-color css
<style>
span { border-color: #2765EA; }
span { border-color: rgb(39,101,234); }
td.TdClassName
{
border-color: #2765EA;
}
.TagClassName
{
border-color: #2765EA;
}
</style>