Shades of Royal Blue #266DE8
Tints of Royal Blue #266DE8
RGB
CMYK
RGB Variations
Color information
#266DE8 (or 0x266DE8) is known color: Royal Blue. HEX triplet: 26, 6D and E8. RGB value is (38,109,232). Sum of RGB (Red+Green+Blue) = 38+109+232=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #266DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DE8 is #D99217. Grayscale: #656565. Windows color (decimal): -14258712 or 15232294. OLE color: 15232294.
HSL color Cylindrical-coordinate representation of color #266DE8: hue angle of 218.04º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266DE8 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 109 | 232 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.09 |
| HSL | 218.04º | 0.81% | 0.53% | - |
| HSV(B) | 218.04º | 0.84% | 0.91% | - |
| XYZ | 20.83 | 17.18 | 78.56 | - |
| YUV | 101.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 232 | 0.84 | 0.53 | 0 | 0.09 | 218.04 | 0.81 | 0.53 |
| Hex | 26 | 6D | E8 | 54 | 35 | 0 | 9 | DA | 51 | 35 |
| Octal | 46 | 155 | 350 | 124 | 65 | 0 | 11 | 332 | 121 | 65 |
| Binary | 100110 | 1101101 | 11101000 | 1010100 | 110101 | 0 | 1001 | 11011010 | 1010001 | 110101 |
Color Harmonies of #266DE8
Complementary color
Monochromatic Colors of #266DE8
Black with #266DE8
Text Example
Text Example
White with #266DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DE8; }
p { color: rgb(38,109,232); }
H1.HeaderClassName
{
color: #266DE8;
}
.AnyTagClassName
{
color: #266DE8;
}
</style>
background-color css
<style>
a { background-color: #266DE8; }
a { background-color: rgb(38,109,232); }
div.DivClassName
{
background-color: #266DE8;
}
.BgClassName
{
background-color: #266DE8;
}
</style>
border-color css
<style>
span { border-color: #266DE8; }
span { border-color: rgb(38,109,232); }
td.TdClassName
{
border-color: #266DE8;
}
.TagClassName
{
border-color: #266DE8;
}
</style>