Shades of Royal Blue #2677D7
Tints of Royal Blue #2677D7
RGB
CMYK
RGB Variations
Color information
#2677D7 (or 0x2677D7) is known color: Royal Blue. HEX triplet: 26, 77 and D7. RGB value is (38,119,215). Sum of RGB (Red+Green+Blue) = 38+119+215=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #2677D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2677D7 is #D98828. Grayscale: #696969. Windows color (decimal): -14256169 or 14120742. OLE color: 14120742.
HSL color Cylindrical-coordinate representation of color #2677D7: hue angle of 212.54º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2677D7 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 119 | 215 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.16 |
| HSL | 212.54º | 0.7% | 0.5% | - |
| HSV(B) | 212.54º | 0.82% | 0.84% | - |
| XYZ | 19.66 | 18.51 | 66.83 | - |
| YUV | 105.73 | 189.66 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 215 | 0.82 | 0.45 | 0 | 0.16 | 212.54 | 0.7 | 0.5 |
| Hex | 26 | 77 | D7 | 52 | 2D | 0 | 10 | D5 | 46 | 32 |
| Octal | 46 | 167 | 327 | 122 | 55 | 0 | 20 | 325 | 106 | 62 |
| Binary | 100110 | 1110111 | 11010111 | 1010010 | 101101 | 0 | 10000 | 11010101 | 1000110 | 110010 |
Color Harmonies of #2677D7
Complementary color
Monochromatic Colors of #2677D7
Black with #2677D7
Text Example
Text Example
White with #2677D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677D7; }
p { color: rgb(38,119,215); }
H1.HeaderClassName
{
color: #2677D7;
}
.AnyTagClassName
{
color: #2677D7;
}
</style>
background-color css
<style>
a { background-color: #2677D7; }
a { background-color: rgb(38,119,215); }
div.DivClassName
{
background-color: #2677D7;
}
.BgClassName
{
background-color: #2677D7;
}
</style>
border-color css
<style>
span { border-color: #2677D7; }
span { border-color: rgb(38,119,215); }
td.TdClassName
{
border-color: #2677D7;
}
.TagClassName
{
border-color: #2677D7;
}
</style>