Shades of Royal Blue #266AED
Tints of Royal Blue #266AED
RGB
CMYK
RGB Variations
Color information
#266AED (or 0x266AED) is known color: Royal Blue. HEX triplet: 26, 6A and ED. RGB value is (38,106,237). Sum of RGB (Red+Green+Blue) = 38+106+237=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #266AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AED is #D99512. Grayscale: #646464. Windows color (decimal): -14259475 or 15559206. OLE color: 15559206.
HSL color Cylindrical-coordinate representation of color #266AED: hue angle of 219.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266AED is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 106 | 237 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.07 |
| HSL | 219.5º | 0.85% | 0.54% | - |
| HSV(B) | 219.5º | 0.84% | 0.93% | - |
| XYZ | 21.24 | 16.83 | 82.25 | - |
| YUV | 100.6 | 204.97 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 237 | 0.84 | 0.55 | 0 | 0.07 | 219.5 | 0.85 | 0.54 |
| Hex | 26 | 6A | ED | 54 | 37 | 0 | 7 | DB | 55 | 36 |
| Octal | 46 | 152 | 355 | 124 | 67 | 0 | 7 | 333 | 125 | 66 |
| Binary | 100110 | 1101010 | 11101101 | 1010100 | 110111 | 0 | 111 | 11011011 | 1010101 | 110110 |
Color Harmonies of #266AED
Complementary color
Monochromatic Colors of #266AED
Black with #266AED
Text Example
Text Example
White with #266AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266AED; }
p { color: rgb(38,106,237); }
H1.HeaderClassName
{
color: #266AED;
}
.AnyTagClassName
{
color: #266AED;
}
</style>
background-color css
<style>
a { background-color: #266AED; }
a { background-color: rgb(38,106,237); }
div.DivClassName
{
background-color: #266AED;
}
.BgClassName
{
background-color: #266AED;
}
</style>
border-color css
<style>
span { border-color: #266AED; }
span { border-color: rgb(38,106,237); }
td.TdClassName
{
border-color: #266AED;
}
.TagClassName
{
border-color: #266AED;
}
</style>