Shades of Royal Blue #266EEB
Tints of Royal Blue #266EEB
RGB
CMYK
RGB Variations
Color information
#266EEB (or 0x266EEB) is known color: Royal Blue. HEX triplet: 26, 6E and EB. RGB value is (38,110,235). Sum of RGB (Red+Green+Blue) = 38+110+235=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #266EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266EEB is #D99114. Grayscale: #666666. Windows color (decimal): -14258453 or 15429158. OLE color: 15429158.
HSL color Cylindrical-coordinate representation of color #266EEB: hue angle of 218.07º 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 #266EEB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 110 | 235 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.08 |
| HSL | 218.07º | 0.83% | 0.54% | - |
| HSV(B) | 218.07º | 0.84% | 0.92% | - |
| XYZ | 21.37 | 17.56 | 80.86 | - |
| YUV | 102.72 | 202.65 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 235 | 0.84 | 0.53 | 0 | 0.08 | 218.07 | 0.83 | 0.54 |
| Hex | 26 | 6E | EB | 54 | 35 | 0 | 8 | DA | 53 | 36 |
| Octal | 46 | 156 | 353 | 124 | 65 | 0 | 10 | 332 | 123 | 66 |
| Binary | 100110 | 1101110 | 11101011 | 1010100 | 110101 | 0 | 1000 | 11011010 | 1010011 | 110110 |
Color Harmonies of #266EEB
Complementary color
Monochromatic Colors of #266EEB
Black with #266EEB
Text Example
Text Example
White with #266EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266EEB; }
p { color: rgb(38,110,235); }
H1.HeaderClassName
{
color: #266EEB;
}
.AnyTagClassName
{
color: #266EEB;
}
</style>
background-color css
<style>
a { background-color: #266EEB; }
a { background-color: rgb(38,110,235); }
div.DivClassName
{
background-color: #266EEB;
}
.BgClassName
{
background-color: #266EEB;
}
</style>
border-color css
<style>
span { border-color: #266EEB; }
span { border-color: rgb(38,110,235); }
td.TdClassName
{
border-color: #266EEB;
}
.TagClassName
{
border-color: #266EEB;
}
</style>