Shades of Royal Blue #2675EC
Tints of Royal Blue #2675EC
RGB
CMYK
RGB Variations
Color information
#2675EC (or 0x2675EC) is known color: Royal Blue. HEX triplet: 26, 75 and EC. RGB value is (38,117,236). Sum of RGB (Red+Green+Blue) = 38+117+236=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #2675EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2675EC is #D98A13. Grayscale: #6A6A6A. Windows color (decimal): -14256660 or 15496486. OLE color: 15496486.
HSL color Cylindrical-coordinate representation of color #2675EC: hue angle of 216.06º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2675EC is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 117 | 236 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.07 |
| HSL | 216.06º | 0.84% | 0.54% | - |
| HSV(B) | 216.06º | 0.84% | 0.93% | - |
| XYZ | 22.3 | 19.19 | 81.89 | - |
| YUV | 106.95 | 200.83 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 236 | 0.84 | 0.50 | 0 | 0.07 | 216.06 | 0.84 | 0.54 |
| Hex | 26 | 75 | EC | 54 | 32 | 0 | 7 | D8 | 54 | 36 |
| Octal | 46 | 165 | 354 | 124 | 62 | 0 | 7 | 330 | 124 | 66 |
| Binary | 100110 | 1110101 | 11101100 | 1010100 | 110010 | 0 | 111 | 11011000 | 1010100 | 110110 |
Color Harmonies of #2675EC
Complementary color
Monochromatic Colors of #2675EC
Black with #2675EC
Text Example
Text Example
White with #2675EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675EC; }
p { color: rgb(38,117,236); }
H1.HeaderClassName
{
color: #2675EC;
}
.AnyTagClassName
{
color: #2675EC;
}
</style>
background-color css
<style>
a { background-color: #2675EC; }
a { background-color: rgb(38,117,236); }
div.DivClassName
{
background-color: #2675EC;
}
.BgClassName
{
background-color: #2675EC;
}
</style>
border-color css
<style>
span { border-color: #2675EC; }
span { border-color: rgb(38,117,236); }
td.TdClassName
{
border-color: #2675EC;
}
.TagClassName
{
border-color: #2675EC;
}
</style>