Shades of Royal Blue #2777DE
Tints of Royal Blue #2777DE
RGB
CMYK
RGB Variations
Color information
#2777DE (or 0x2777DE) is known color: Royal Blue. HEX triplet: 27, 77 and DE. RGB value is (39,119,222). Sum of RGB (Red+Green+Blue) = 39+119+222=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #2777DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2777DE is #D88821. Grayscale: #6A6A6A. Windows color (decimal): -14190626 or 14579495. OLE color: 14579495.
HSL color Cylindrical-coordinate representation of color #2777DE: hue angle of 213.77º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2777DE is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 119 | 222 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.13 |
| HSL | 213.77º | 0.73% | 0.51% | - |
| HSV(B) | 213.77º | 0.82% | 0.87% | - |
| XYZ | 20.62 | 18.9 | 71.67 | - |
| YUV | 106.82 | 193 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 222 | 0.82 | 0.46 | 0 | 0.13 | 213.77 | 0.73 | 0.51 |
| Hex | 27 | 77 | DE | 52 | 2E | 0 | D | D6 | 49 | 33 |
| Octal | 47 | 167 | 336 | 122 | 56 | 0 | 15 | 326 | 111 | 63 |
| Binary | 100111 | 1110111 | 11011110 | 1010010 | 101110 | 0 | 1101 | 11010110 | 1001001 | 110011 |
Color Harmonies of #2777DE
Complementary color
Monochromatic Colors of #2777DE
Black with #2777DE
Text Example
Text Example
White with #2777DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777DE; }
p { color: rgb(39,119,222); }
H1.HeaderClassName
{
color: #2777DE;
}
.AnyTagClassName
{
color: #2777DE;
}
</style>
background-color css
<style>
a { background-color: #2777DE; }
a { background-color: rgb(39,119,222); }
div.DivClassName
{
background-color: #2777DE;
}
.BgClassName
{
background-color: #2777DE;
}
</style>
border-color css
<style>
span { border-color: #2777DE; }
span { border-color: rgb(39,119,222); }
td.TdClassName
{
border-color: #2777DE;
}
.TagClassName
{
border-color: #2777DE;
}
</style>