Shades of Royal Blue #2664EC
Tints of Royal Blue #2664EC
RGB
CMYK
RGB Variations
Color information
#2664EC (or 0x2664EC) is known color: Royal Blue. HEX triplet: 26, 64 and EC. RGB value is (38,100,236). Sum of RGB (Red+Green+Blue) = 38+100+236=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #2664EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2664EC is #D99B13. Grayscale: #606060. Windows color (decimal): -14261012 or 15492134. OLE color: 15492134.
HSL color Cylindrical-coordinate representation of color #2664EC: hue angle of 221.21º 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 #2664EC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 100 | 236 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.07 |
| HSL | 221.21º | 0.84% | 0.54% | - |
| HSV(B) | 221.21º | 0.84% | 0.93% | - |
| XYZ | 20.5 | 15.58 | 81.28 | - |
| YUV | 96.97 | 206.46 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 236 | 0.84 | 0.58 | 0 | 0.07 | 221.21 | 0.84 | 0.54 |
| Hex | 26 | 64 | EC | 54 | 3A | 0 | 7 | DD | 54 | 36 |
| Octal | 46 | 144 | 354 | 124 | 72 | 0 | 7 | 335 | 124 | 66 |
| Binary | 100110 | 1100100 | 11101100 | 1010100 | 111010 | 0 | 111 | 11011101 | 1010100 | 110110 |
Color Harmonies of #2664EC
Complementary color
Monochromatic Colors of #2664EC
Black with #2664EC
Text Example
Text Example
White with #2664EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2664EC; }
p { color: rgb(38,100,236); }
H1.HeaderClassName
{
color: #2664EC;
}
.AnyTagClassName
{
color: #2664EC;
}
</style>
background-color css
<style>
a { background-color: #2664EC; }
a { background-color: rgb(38,100,236); }
div.DivClassName
{
background-color: #2664EC;
}
.BgClassName
{
background-color: #2664EC;
}
</style>
border-color css
<style>
span { border-color: #2664EC; }
span { border-color: rgb(38,100,236); }
td.TdClassName
{
border-color: #2664EC;
}
.TagClassName
{
border-color: #2664EC;
}
</style>