Shades of Royal Blue #266DE0
Tints of Royal Blue #266DE0
RGB
CMYK
RGB Variations
Color information
#266DE0 (or 0x266DE0) is known color: Royal Blue. HEX triplet: 26, 6D and E0. RGB value is (38,109,224). Sum of RGB (Red+Green+Blue) = 38+109+224=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #266DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DE0 is #D9921F. Grayscale: #646464. Windows color (decimal): -14258720 or 14708006. OLE color: 14708006.
HSL color Cylindrical-coordinate representation of color #266DE0: hue angle of 217.1º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266DE0 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 109 | 224 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.12 |
| HSL | 217.1º | 0.75% | 0.51% | - |
| HSV(B) | 217.1º | 0.83% | 0.88% | - |
| XYZ | 19.72 | 16.73 | 72.71 | - |
| YUV | 100.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 224 | 0.83 | 0.51 | 0 | 0.12 | 217.1 | 0.75 | 0.51 |
| Hex | 26 | 6D | E0 | 53 | 33 | 0 | C | D9 | 4B | 33 |
| Octal | 46 | 155 | 340 | 123 | 63 | 0 | 14 | 331 | 113 | 63 |
| Binary | 100110 | 1101101 | 11100000 | 1010011 | 110011 | 0 | 1100 | 11011001 | 1001011 | 110011 |
Color Harmonies of #266DE0
Complementary color
Monochromatic Colors of #266DE0
Black with #266DE0
Text Example
Text Example
White with #266DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DE0; }
p { color: rgb(38,109,224); }
H1.HeaderClassName
{
color: #266DE0;
}
.AnyTagClassName
{
color: #266DE0;
}
</style>
background-color css
<style>
a { background-color: #266DE0; }
a { background-color: rgb(38,109,224); }
div.DivClassName
{
background-color: #266DE0;
}
.BgClassName
{
background-color: #266DE0;
}
</style>
border-color css
<style>
span { border-color: #266DE0; }
span { border-color: rgb(38,109,224); }
td.TdClassName
{
border-color: #266DE0;
}
.TagClassName
{
border-color: #266DE0;
}
</style>