Shades of Royal Blue #2664EE
Tints of Royal Blue #2664EE
RGB
CMYK
RGB Variations
Color information
#2664EE (or 0x2664EE) is known color: Royal Blue. HEX triplet: 26, 64 and EE. RGB value is (38,100,238). Sum of RGB (Red+Green+Blue) = 38+100+238=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #2664EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2664EE is #D99B11. Grayscale: #606060. Windows color (decimal): -14261010 or 15623206. OLE color: 15623206.
HSL color Cylindrical-coordinate representation of color #2664EE: hue angle of 221.4º degrees, saturation: 0.85, 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 #2664EE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 100 | 238 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.07 |
| HSL | 221.4º | 0.85% | 0.54% | - |
| HSV(B) | 221.4º | 0.84% | 0.93% | - |
| XYZ | 20.79 | 15.7 | 82.82 | - |
| YUV | 97.19 | 207.46 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 238 | 0.84 | 0.58 | 0 | 0.07 | 221.4 | 0.85 | 0.54 |
| Hex | 26 | 64 | EE | 54 | 3A | 0 | 7 | DD | 55 | 36 |
| Octal | 46 | 144 | 356 | 124 | 72 | 0 | 7 | 335 | 125 | 66 |
| Binary | 100110 | 1100100 | 11101110 | 1010100 | 111010 | 0 | 111 | 11011101 | 1010101 | 110110 |
Color Harmonies of #2664EE
Complementary color
Monochromatic Colors of #2664EE
Black with #2664EE
Text Example
Text Example
White with #2664EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2664EE; }
p { color: rgb(38,100,238); }
H1.HeaderClassName
{
color: #2664EE;
}
.AnyTagClassName
{
color: #2664EE;
}
</style>
background-color css
<style>
a { background-color: #2664EE; }
a { background-color: rgb(38,100,238); }
div.DivClassName
{
background-color: #2664EE;
}
.BgClassName
{
background-color: #2664EE;
}
</style>
border-color css
<style>
span { border-color: #2664EE; }
span { border-color: rgb(38,100,238); }
td.TdClassName
{
border-color: #2664EE;
}
.TagClassName
{
border-color: #2664EE;
}
</style>