Shades of Royal Blue #266FED
Tints of Royal Blue #266FED
RGB
CMYK
RGB Variations
Color information
#266FED (or 0x266FED) is known color: Royal Blue. HEX triplet: 26, 6F and ED. RGB value is (38,111,237). Sum of RGB (Red+Green+Blue) = 38+111+237=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #266FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FED is #D99012. Grayscale: #666666. Windows color (decimal): -14258195 or 15560486. OLE color: 15560486.
HSL color Cylindrical-coordinate representation of color #266FED: hue angle of 217.99º 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 #266FED is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 111 | 237 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.07 |
| HSL | 217.99º | 0.85% | 0.54% | - |
| HSV(B) | 217.99º | 0.84% | 0.93% | - |
| XYZ | 21.77 | 17.9 | 82.43 | - |
| YUV | 103.54 | 203.32 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 237 | 0.84 | 0.53 | 0 | 0.07 | 217.99 | 0.85 | 0.54 |
| Hex | 26 | 6F | ED | 54 | 35 | 0 | 7 | DA | 55 | 36 |
| Octal | 46 | 157 | 355 | 124 | 65 | 0 | 7 | 332 | 125 | 66 |
| Binary | 100110 | 1101111 | 11101101 | 1010100 | 110101 | 0 | 111 | 11011010 | 1010101 | 110110 |
Color Harmonies of #266FED
Complementary color
Monochromatic Colors of #266FED
Black with #266FED
Text Example
Text Example
White with #266FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FED; }
p { color: rgb(38,111,237); }
H1.HeaderClassName
{
color: #266FED;
}
.AnyTagClassName
{
color: #266FED;
}
</style>
background-color css
<style>
a { background-color: #266FED; }
a { background-color: rgb(38,111,237); }
div.DivClassName
{
background-color: #266FED;
}
.BgClassName
{
background-color: #266FED;
}
</style>
border-color css
<style>
span { border-color: #266FED; }
span { border-color: rgb(38,111,237); }
td.TdClassName
{
border-color: #266FED;
}
.TagClassName
{
border-color: #266FED;
}
</style>