Shades of Royal Blue #2775EA
Tints of Royal Blue #2775EA
RGB
CMYK
RGB Variations
Color information
#2775EA (or 0x2775EA) is known color: Royal Blue. HEX triplet: 27, 75 and EA. RGB value is (39,117,234). Sum of RGB (Red+Green+Blue) = 39+117+234=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #2775EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2775EA is #D88A15. Grayscale: #6A6A6A. Windows color (decimal): -14191126 or 15365415. OLE color: 15365415.
HSL color Cylindrical-coordinate representation of color #2775EA: hue angle of 216º 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 #2775EA is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 117 | 234 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.08 |
| HSL | 216º | 0.82% | 0.54% | - |
| HSV(B) | 216º | 0.83% | 0.92% | - |
| XYZ | 22.05 | 19.09 | 80.37 | - |
| YUV | 107.02 | 199.66 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 234 | 0.83 | 0.5 | 0 | 0.08 | 216 | 0.82 | 0.54 |
| Hex | 27 | 75 | EA | 53 | 32 | 0 | 8 | D8 | 52 | 36 |
| Octal | 47 | 165 | 352 | 123 | 62 | 0 | 10 | 330 | 122 | 66 |
| Binary | 100111 | 1110101 | 11101010 | 1010011 | 110010 | 0 | 1000 | 11011000 | 1010010 | 110110 |
Color Harmonies of #2775EA
Complementary color
Monochromatic Colors of #2775EA
Black with #2775EA
Text Example
Text Example
White with #2775EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2775EA; }
p { color: rgb(39,117,234); }
H1.HeaderClassName
{
color: #2775EA;
}
.AnyTagClassName
{
color: #2775EA;
}
</style>
background-color css
<style>
a { background-color: #2775EA; }
a { background-color: rgb(39,117,234); }
div.DivClassName
{
background-color: #2775EA;
}
.BgClassName
{
background-color: #2775EA;
}
</style>
border-color css
<style>
span { border-color: #2775EA; }
span { border-color: rgb(39,117,234); }
td.TdClassName
{
border-color: #2775EA;
}
.TagClassName
{
border-color: #2775EA;
}
</style>