Shades of Royal Blue #266ADA
Tints of Royal Blue #266ADA
RGB
CMYK
RGB Variations
Color information
#266ADA (or 0x266ADA) is known color: Royal Blue. HEX triplet: 26, 6A and DA. RGB value is (38,106,218). Sum of RGB (Red+Green+Blue) = 38+106+218=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #266ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ADA is #D99525. Grayscale: #616161. Windows color (decimal): -14259494 or 14314022. OLE color: 14314022.
HSL color Cylindrical-coordinate representation of color #266ADA: hue angle of 217.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266ADA is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 106 | 218 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.15 |
| HSL | 217.33º | 0.71% | 0.5% | - |
| HSV(B) | 217.33º | 0.83% | 0.85% | - |
| XYZ | 18.61 | 15.78 | 68.4 | - |
| YUV | 98.44 | 195.47 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 218 | 0.83 | 0.51 | 0 | 0.15 | 217.33 | 0.71 | 0.5 |
| Hex | 26 | 6A | DA | 53 | 33 | 0 | F | D9 | 47 | 32 |
| Octal | 46 | 152 | 332 | 123 | 63 | 0 | 17 | 331 | 107 | 62 |
| Binary | 100110 | 1101010 | 11011010 | 1010011 | 110011 | 0 | 1111 | 11011001 | 1000111 | 110010 |
Color Harmonies of #266ADA
Complementary color
Monochromatic Colors of #266ADA
Black with #266ADA
Text Example
Text Example
White with #266ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ADA; }
p { color: rgb(38,106,218); }
H1.HeaderClassName
{
color: #266ADA;
}
.AnyTagClassName
{
color: #266ADA;
}
</style>
background-color css
<style>
a { background-color: #266ADA; }
a { background-color: rgb(38,106,218); }
div.DivClassName
{
background-color: #266ADA;
}
.BgClassName
{
background-color: #266ADA;
}
</style>
border-color css
<style>
span { border-color: #266ADA; }
span { border-color: rgb(38,106,218); }
td.TdClassName
{
border-color: #266ADA;
}
.TagClassName
{
border-color: #266ADA;
}
</style>