Shades of Royal Blue #2677DE
Tints of Royal Blue #2677DE
RGB
CMYK
RGB Variations
Color information
#2677DE (or 0x2677DE) is known color: Royal Blue. HEX triplet: 26, 77 and DE. RGB value is (38,119,222). Sum of RGB (Red+Green+Blue) = 38+119+222=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #2677DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2677DE is #D98821. Grayscale: #6A6A6A. Windows color (decimal): -14256162 or 14579494. OLE color: 14579494.
HSL color Cylindrical-coordinate representation of color #2677DE: hue angle of 213.59º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2677DE is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 119 | 222 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.13 |
| HSL | 213.59º | 0.74% | 0.51% | - |
| HSV(B) | 213.59º | 0.83% | 0.87% | - |
| XYZ | 20.58 | 18.88 | 71.67 | - |
| YUV | 106.52 | 193.16 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 222 | 0.83 | 0.46 | 0 | 0.13 | 213.59 | 0.74 | 0.51 |
| Hex | 26 | 77 | DE | 53 | 2E | 0 | D | D6 | 4A | 33 |
| Octal | 46 | 167 | 336 | 123 | 56 | 0 | 15 | 326 | 112 | 63 |
| Binary | 100110 | 1110111 | 11011110 | 1010011 | 101110 | 0 | 1101 | 11010110 | 1001010 | 110011 |
Color Harmonies of #2677DE
Complementary color
Monochromatic Colors of #2677DE
Black with #2677DE
Text Example
Text Example
White with #2677DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677DE; }
p { color: rgb(38,119,222); }
H1.HeaderClassName
{
color: #2677DE;
}
.AnyTagClassName
{
color: #2677DE;
}
</style>
background-color css
<style>
a { background-color: #2677DE; }
a { background-color: rgb(38,119,222); }
div.DivClassName
{
background-color: #2677DE;
}
.BgClassName
{
background-color: #2677DE;
}
</style>
border-color css
<style>
span { border-color: #2677DE; }
span { border-color: rgb(38,119,222); }
td.TdClassName
{
border-color: #2677DE;
}
.TagClassName
{
border-color: #2677DE;
}
</style>