Shades of Royal Blue #266AD7
Tints of Royal Blue #266AD7
RGB
CMYK
RGB Variations
Color information
#266AD7 (or 0x266AD7) is known color: Royal Blue. HEX triplet: 26, 6A and D7. RGB value is (38,106,215). Sum of RGB (Red+Green+Blue) = 38+106+215=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #266AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266AD7 is #D99528. Grayscale: #616161. Windows color (decimal): -14259497 or 14117414. OLE color: 14117414.
HSL color Cylindrical-coordinate representation of color #266AD7: hue angle of 216.95º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266AD7 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 106 | 215 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.16 |
| HSL | 216.95º | 0.7% | 0.5% | - |
| HSV(B) | 216.95º | 0.82% | 0.84% | - |
| XYZ | 18.22 | 15.63 | 66.35 | - |
| YUV | 98.09 | 193.97 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 215 | 0.82 | 0.51 | 0 | 0.16 | 216.95 | 0.7 | 0.5 |
| Hex | 26 | 6A | D7 | 52 | 33 | 0 | 10 | D9 | 46 | 32 |
| Octal | 46 | 152 | 327 | 122 | 63 | 0 | 20 | 331 | 106 | 62 |
| Binary | 100110 | 1101010 | 11010111 | 1010010 | 110011 | 0 | 10000 | 11011001 | 1000110 | 110010 |
Color Harmonies of #266AD7
Complementary color
Monochromatic Colors of #266AD7
Black with #266AD7
Text Example
Text Example
White with #266AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266AD7; }
p { color: rgb(38,106,215); }
H1.HeaderClassName
{
color: #266AD7;
}
.AnyTagClassName
{
color: #266AD7;
}
</style>
background-color css
<style>
a { background-color: #266AD7; }
a { background-color: rgb(38,106,215); }
div.DivClassName
{
background-color: #266AD7;
}
.BgClassName
{
background-color: #266AD7;
}
</style>
border-color css
<style>
span { border-color: #266AD7; }
span { border-color: rgb(38,106,215); }
td.TdClassName
{
border-color: #266AD7;
}
.TagClassName
{
border-color: #266AD7;
}
</style>