Shades of Royal Blue #266AD8
Tints of Royal Blue #266AD8
RGB
CMYK
RGB Variations
Color information
#266AD8 (or 0x266AD8) is known color: Royal Blue. HEX triplet: 26, 6A and D8. RGB value is (38,106,216). Sum of RGB (Red+Green+Blue) = 38+106+216=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #266AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266AD8 is #D99527. Grayscale: #616161. Windows color (decimal): -14259496 or 14182950. OLE color: 14182950.
HSL color Cylindrical-coordinate representation of color #266AD8: hue angle of 217.08º 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 #266AD8 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 106 | 216 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.15 |
| HSL | 217.08º | 0.7% | 0.5% | - |
| HSV(B) | 217.08º | 0.82% | 0.85% | - |
| XYZ | 18.35 | 15.68 | 67.02 | - |
| YUV | 98.21 | 194.47 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 216 | 0.82 | 0.51 | 0 | 0.15 | 217.08 | 0.7 | 0.5 |
| Hex | 26 | 6A | D8 | 52 | 33 | 0 | F | D9 | 46 | 32 |
| Octal | 46 | 152 | 330 | 122 | 63 | 0 | 17 | 331 | 106 | 62 |
| Binary | 100110 | 1101010 | 11011000 | 1010010 | 110011 | 0 | 1111 | 11011001 | 1000110 | 110010 |
Color Harmonies of #266AD8
Complementary color
Monochromatic Colors of #266AD8
Black with #266AD8
Text Example
Text Example
White with #266AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266AD8; }
p { color: rgb(38,106,216); }
H1.HeaderClassName
{
color: #266AD8;
}
.AnyTagClassName
{
color: #266AD8;
}
</style>
background-color css
<style>
a { background-color: #266AD8; }
a { background-color: rgb(38,106,216); }
div.DivClassName
{
background-color: #266AD8;
}
.BgClassName
{
background-color: #266AD8;
}
</style>
border-color css
<style>
span { border-color: #266AD8; }
span { border-color: rgb(38,106,216); }
td.TdClassName
{
border-color: #266AD8;
}
.TagClassName
{
border-color: #266AD8;
}
</style>