Shades of Royal Blue #2679DC
Tints of Royal Blue #2679DC
RGB
CMYK
RGB Variations
Color information
#2679DC (or 0x2679DC) is known color: Royal Blue. HEX triplet: 26, 79 and DC. RGB value is (38,121,220). Sum of RGB (Red+Green+Blue) = 38+121+220=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #2679DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679DC is #D98623. Grayscale: #6A6A6A. Windows color (decimal): -14255652 or 14448934. OLE color: 14448934.
HSL color Cylindrical-coordinate representation of color #2679DC: hue angle of 212.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2679DC is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 121 | 220 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.14 |
| HSL | 212.64º | 0.72% | 0.51% | - |
| HSV(B) | 212.64º | 0.83% | 0.86% | - |
| XYZ | 20.55 | 19.25 | 70.34 | - |
| YUV | 107.47 | 191.5 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 220 | 0.83 | 0.45 | 0 | 0.14 | 212.64 | 0.72 | 0.51 |
| Hex | 26 | 79 | DC | 53 | 2D | 0 | E | D5 | 48 | 33 |
| Octal | 46 | 171 | 334 | 123 | 55 | 0 | 16 | 325 | 110 | 63 |
| Binary | 100110 | 1111001 | 11011100 | 1010011 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110011 |
Color Harmonies of #2679DC
Complementary color
Monochromatic Colors of #2679DC
Black with #2679DC
Text Example
Text Example
White with #2679DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2679DC; }
p { color: rgb(38,121,220); }
H1.HeaderClassName
{
color: #2679DC;
}
.AnyTagClassName
{
color: #2679DC;
}
</style>
background-color css
<style>
a { background-color: #2679DC; }
a { background-color: rgb(38,121,220); }
div.DivClassName
{
background-color: #2679DC;
}
.BgClassName
{
background-color: #2679DC;
}
</style>
border-color css
<style>
span { border-color: #2679DC; }
span { border-color: rgb(38,121,220); }
td.TdClassName
{
border-color: #2679DC;
}
.TagClassName
{
border-color: #2679DC;
}
</style>