Shades of Royal Blue #266DEE
Tints of Royal Blue #266DEE
RGB
CMYK
RGB Variations
Color information
#266DEE (or 0x266DEE) is known color: Royal Blue. HEX triplet: 26, 6D and EE. RGB value is (38,109,238). Sum of RGB (Red+Green+Blue) = 38+109+238=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #266DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DEE is #D99211. Grayscale: #656565. Windows color (decimal): -14258706 or 15625510. OLE color: 15625510.
HSL color Cylindrical-coordinate representation of color #266DEE: hue angle of 218.7º 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 #266DEE is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 109 | 238 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.07 |
| HSL | 218.7º | 0.85% | 0.54% | - |
| HSV(B) | 218.7º | 0.84% | 0.93% | - |
| XYZ | 21.7 | 17.52 | 83.13 | - |
| YUV | 102.48 | 204.48 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 238 | 0.84 | 0.54 | 0 | 0.07 | 218.7 | 0.85 | 0.54 |
| Hex | 26 | 6D | EE | 54 | 36 | 0 | 7 | DB | 55 | 36 |
| Octal | 46 | 155 | 356 | 124 | 66 | 0 | 7 | 333 | 125 | 66 |
| Binary | 100110 | 1101101 | 11101110 | 1010100 | 110110 | 0 | 111 | 11011011 | 1010101 | 110110 |
Color Harmonies of #266DEE
Complementary color
Monochromatic Colors of #266DEE
Black with #266DEE
Text Example
Text Example
White with #266DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DEE; }
p { color: rgb(38,109,238); }
H1.HeaderClassName
{
color: #266DEE;
}
.AnyTagClassName
{
color: #266DEE;
}
</style>
background-color css
<style>
a { background-color: #266DEE; }
a { background-color: rgb(38,109,238); }
div.DivClassName
{
background-color: #266DEE;
}
.BgClassName
{
background-color: #266DEE;
}
</style>
border-color css
<style>
span { border-color: #266DEE; }
span { border-color: rgb(38,109,238); }
td.TdClassName
{
border-color: #266DEE;
}
.TagClassName
{
border-color: #266DEE;
}
</style>