Shades of Royal Blue #266ADE
Tints of Royal Blue #266ADE
RGB
CMYK
RGB Variations
Color information
#266ADE (or 0x266ADE) is known color: Royal Blue. HEX triplet: 26, 6A and DE. RGB value is (38,106,222). Sum of RGB (Red+Green+Blue) = 38+106+222=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #266ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ADE is #D99521. Grayscale: #626262. Windows color (decimal): -14259490 or 14576166. OLE color: 14576166.
HSL color Cylindrical-coordinate representation of color #266ADE: hue angle of 217.83º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266ADE is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 106 | 222 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.13 |
| HSL | 217.83º | 0.74% | 0.51% | - |
| HSV(B) | 217.83º | 0.83% | 0.87% | - |
| XYZ | 19.14 | 15.99 | 71.19 | - |
| YUV | 98.89 | 197.47 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 222 | 0.83 | 0.52 | 0 | 0.13 | 217.83 | 0.74 | 0.51 |
| Hex | 26 | 6A | DE | 53 | 34 | 0 | D | DA | 4A | 33 |
| Octal | 46 | 152 | 336 | 123 | 64 | 0 | 15 | 332 | 112 | 63 |
| Binary | 100110 | 1101010 | 11011110 | 1010011 | 110100 | 0 | 1101 | 11011010 | 1001010 | 110011 |
Color Harmonies of #266ADE
Complementary color
Monochromatic Colors of #266ADE
Black with #266ADE
Text Example
Text Example
White with #266ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ADE; }
p { color: rgb(38,106,222); }
H1.HeaderClassName
{
color: #266ADE;
}
.AnyTagClassName
{
color: #266ADE;
}
</style>
background-color css
<style>
a { background-color: #266ADE; }
a { background-color: rgb(38,106,222); }
div.DivClassName
{
background-color: #266ADE;
}
.BgClassName
{
background-color: #266ADE;
}
</style>
border-color css
<style>
span { border-color: #266ADE; }
span { border-color: rgb(38,106,222); }
td.TdClassName
{
border-color: #266ADE;
}
.TagClassName
{
border-color: #266ADE;
}
</style>