Shades of Royal Blue #266BED
Tints of Royal Blue #266BED
RGB
CMYK
RGB Variations
Color information
#266BED (or 0x266BED) is known color: Royal Blue. HEX triplet: 26, 6B and ED. RGB value is (38,107,237). Sum of RGB (Red+Green+Blue) = 38+107+237=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #266BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BED is #D99412. Grayscale: #646464. Windows color (decimal): -14259219 or 15559462. OLE color: 15559462.
HSL color Cylindrical-coordinate representation of color #266BED: hue angle of 219.2º 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 #266BED is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 107 | 237 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.07 |
| HSL | 219.2º | 0.85% | 0.54% | - |
| HSV(B) | 219.2º | 0.84% | 0.93% | - |
| XYZ | 21.34 | 17.04 | 82.29 | - |
| YUV | 101.19 | 204.64 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 237 | 0.84 | 0.55 | 0 | 0.07 | 219.2 | 0.85 | 0.54 |
| Hex | 26 | 6B | ED | 54 | 37 | 0 | 7 | DB | 55 | 36 |
| Octal | 46 | 153 | 355 | 124 | 67 | 0 | 7 | 333 | 125 | 66 |
| Binary | 100110 | 1101011 | 11101101 | 1010100 | 110111 | 0 | 111 | 11011011 | 1010101 | 110110 |
Color Harmonies of #266BED
Complementary color
Monochromatic Colors of #266BED
Black with #266BED
Text Example
Text Example
White with #266BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BED; }
p { color: rgb(38,107,237); }
H1.HeaderClassName
{
color: #266BED;
}
.AnyTagClassName
{
color: #266BED;
}
</style>
background-color css
<style>
a { background-color: #266BED; }
a { background-color: rgb(38,107,237); }
div.DivClassName
{
background-color: #266BED;
}
.BgClassName
{
background-color: #266BED;
}
</style>
border-color css
<style>
span { border-color: #266BED; }
span { border-color: rgb(38,107,237); }
td.TdClassName
{
border-color: #266BED;
}
.TagClassName
{
border-color: #266BED;
}
</style>