Shades of Royal Blue #266BEB
Tints of Royal Blue #266BEB
RGB
CMYK
RGB Variations
Color information
#266BEB (or 0x266BEB) is known color: Royal Blue. HEX triplet: 26, 6B and EB. RGB value is (38,107,235). Sum of RGB (Red+Green+Blue) = 38+107+235=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #266BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BEB is #D99414. Grayscale: #646464. Windows color (decimal): -14259221 or 15428390. OLE color: 15428390.
HSL color Cylindrical-coordinate representation of color #266BEB: hue angle of 218.98º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266BEB is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 107 | 235 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.08 |
| HSL | 218.98º | 0.83% | 0.54% | - |
| HSV(B) | 218.98º | 0.84% | 0.92% | - |
| XYZ | 21.05 | 16.93 | 80.75 | - |
| YUV | 100.96 | 203.64 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 235 | 0.84 | 0.54 | 0 | 0.08 | 218.98 | 0.83 | 0.54 |
| Hex | 26 | 6B | EB | 54 | 36 | 0 | 8 | DB | 53 | 36 |
| Octal | 46 | 153 | 353 | 124 | 66 | 0 | 10 | 333 | 123 | 66 |
| Binary | 100110 | 1101011 | 11101011 | 1010100 | 110110 | 0 | 1000 | 11011011 | 1010011 | 110110 |
Color Harmonies of #266BEB
Complementary color
Monochromatic Colors of #266BEB
Black with #266BEB
Text Example
Text Example
White with #266BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BEB; }
p { color: rgb(38,107,235); }
H1.HeaderClassName
{
color: #266BEB;
}
.AnyTagClassName
{
color: #266BEB;
}
</style>
background-color css
<style>
a { background-color: #266BEB; }
a { background-color: rgb(38,107,235); }
div.DivClassName
{
background-color: #266BEB;
}
.BgClassName
{
background-color: #266BEB;
}
</style>
border-color css
<style>
span { border-color: #266BEB; }
span { border-color: rgb(38,107,235); }
td.TdClassName
{
border-color: #266BEB;
}
.TagClassName
{
border-color: #266BEB;
}
</style>