Shades of Royal Blue #266ED9
Tints of Royal Blue #266ED9
RGB
CMYK
RGB Variations
Color information
#266ED9 (or 0x266ED9) is known color: Royal Blue. HEX triplet: 26, 6E and D9. RGB value is (38,110,217). Sum of RGB (Red+Green+Blue) = 38+110+217=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #266ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ED9 is #D99126. Grayscale: #646464. Windows color (decimal): -14258471 or 14249510. OLE color: 14249510.
HSL color Cylindrical-coordinate representation of color #266ED9: hue angle of 215.87º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266ED9 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 110 | 217 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.15 |
| HSL | 215.87º | 0.7% | 0.5% | - |
| HSV(B) | 215.87º | 0.82% | 0.85% | - |
| XYZ | 18.9 | 16.57 | 67.85 | - |
| YUV | 100.67 | 193.65 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 217 | 0.82 | 0.49 | 0 | 0.15 | 215.87 | 0.7 | 0.5 |
| Hex | 26 | 6E | D9 | 52 | 31 | 0 | F | D8 | 46 | 32 |
| Octal | 46 | 156 | 331 | 122 | 61 | 0 | 17 | 330 | 106 | 62 |
| Binary | 100110 | 1101110 | 11011001 | 1010010 | 110001 | 0 | 1111 | 11011000 | 1000110 | 110010 |
Color Harmonies of #266ED9
Complementary color
Monochromatic Colors of #266ED9
Black with #266ED9
Text Example
Text Example
White with #266ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ED9; }
p { color: rgb(38,110,217); }
H1.HeaderClassName
{
color: #266ED9;
}
.AnyTagClassName
{
color: #266ED9;
}
</style>
background-color css
<style>
a { background-color: #266ED9; }
a { background-color: rgb(38,110,217); }
div.DivClassName
{
background-color: #266ED9;
}
.BgClassName
{
background-color: #266ED9;
}
</style>
border-color css
<style>
span { border-color: #266ED9; }
span { border-color: rgb(38,110,217); }
td.TdClassName
{
border-color: #266ED9;
}
.TagClassName
{
border-color: #266ED9;
}
</style>