Shades of Royal Blue #266ADC
Tints of Royal Blue #266ADC
RGB
CMYK
RGB Variations
Color information
#266ADC (or 0x266ADC) is known color: Royal Blue. HEX triplet: 26, 6A and DC. RGB value is (38,106,220). Sum of RGB (Red+Green+Blue) = 38+106+220=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #266ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ADC is #D99523. Grayscale: #626262. Windows color (decimal): -14259492 or 14445094. OLE color: 14445094.
HSL color Cylindrical-coordinate representation of color #266ADC: hue angle of 217.58º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266ADC is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 106 | 220 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.14 |
| HSL | 217.58º | 0.72% | 0.51% | - |
| HSV(B) | 217.58º | 0.83% | 0.86% | - |
| XYZ | 18.87 | 15.89 | 69.78 | - |
| YUV | 98.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 220 | 0.83 | 0.52 | 0 | 0.14 | 217.58 | 0.72 | 0.51 |
| Hex | 26 | 6A | DC | 53 | 34 | 0 | E | DA | 48 | 33 |
| Octal | 46 | 152 | 334 | 123 | 64 | 0 | 16 | 332 | 110 | 63 |
| Binary | 100110 | 1101010 | 11011100 | 1010011 | 110100 | 0 | 1110 | 11011010 | 1001000 | 110011 |
Color Harmonies of #266ADC
Complementary color
Monochromatic Colors of #266ADC
Black with #266ADC
Text Example
Text Example
White with #266ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ADC; }
p { color: rgb(38,106,220); }
H1.HeaderClassName
{
color: #266ADC;
}
.AnyTagClassName
{
color: #266ADC;
}
</style>
background-color css
<style>
a { background-color: #266ADC; }
a { background-color: rgb(38,106,220); }
div.DivClassName
{
background-color: #266ADC;
}
.BgClassName
{
background-color: #266ADC;
}
</style>
border-color css
<style>
span { border-color: #266ADC; }
span { border-color: rgb(38,106,220); }
td.TdClassName
{
border-color: #266ADC;
}
.TagClassName
{
border-color: #266ADC;
}
</style>