Shades of Royal Blue #266BEA
Tints of Royal Blue #266BEA
RGB
CMYK
RGB Variations
Color information
#266BEA (or 0x266BEA) is known color: Royal Blue. HEX triplet: 26, 6B and EA. RGB value is (38,107,234). Sum of RGB (Red+Green+Blue) = 38+107+234=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #266BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BEA is #D99415. Grayscale: #646464. Windows color (decimal): -14259222 or 15362854. OLE color: 15362854.
HSL color Cylindrical-coordinate representation of color #266BEA: hue angle of 218.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266BEA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 107 | 234 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.08 |
| HSL | 218.88º | 0.82% | 0.53% | - |
| HSV(B) | 218.88º | 0.84% | 0.92% | - |
| XYZ | 20.91 | 16.87 | 80 | - |
| YUV | 100.85 | 203.14 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 234 | 0.84 | 0.54 | 0 | 0.08 | 218.88 | 0.82 | 0.53 |
| Hex | 26 | 6B | EA | 54 | 36 | 0 | 8 | DB | 52 | 35 |
| Octal | 46 | 153 | 352 | 124 | 66 | 0 | 10 | 333 | 122 | 65 |
| Binary | 100110 | 1101011 | 11101010 | 1010100 | 110110 | 0 | 1000 | 11011011 | 1010010 | 110101 |
Color Harmonies of #266BEA
Complementary color
Monochromatic Colors of #266BEA
Black with #266BEA
Text Example
Text Example
White with #266BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BEA; }
p { color: rgb(38,107,234); }
H1.HeaderClassName
{
color: #266BEA;
}
.AnyTagClassName
{
color: #266BEA;
}
</style>
background-color css
<style>
a { background-color: #266BEA; }
a { background-color: rgb(38,107,234); }
div.DivClassName
{
background-color: #266BEA;
}
.BgClassName
{
background-color: #266BEA;
}
</style>
border-color css
<style>
span { border-color: #266BEA; }
span { border-color: rgb(38,107,234); }
td.TdClassName
{
border-color: #266BEA;
}
.TagClassName
{
border-color: #266BEA;
}
</style>