Shades of Royal Blue #266EDA
Tints of Royal Blue #266EDA
RGB
CMYK
RGB Variations
Color information
#266EDA (or 0x266EDA) is known color: Royal Blue. HEX triplet: 26, 6E and DA. RGB value is (38,110,218). Sum of RGB (Red+Green+Blue) = 38+110+218=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #266EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EDA is #D99125. Grayscale: #646464. Windows color (decimal): -14258470 or 14315046. OLE color: 14315046.
HSL color Cylindrical-coordinate representation of color #266EDA: hue angle of 216º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266EDA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 110 | 218 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.15 |
| HSL | 216º | 0.71% | 0.5% | - |
| HSV(B) | 216º | 0.83% | 0.85% | - |
| XYZ | 19.03 | 16.63 | 68.54 | - |
| YUV | 100.78 | 194.15 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 218 | 0.83 | 0.50 | 0 | 0.15 | 216 | 0.71 | 0.5 |
| Hex | 26 | 6E | DA | 53 | 32 | 0 | F | D8 | 47 | 32 |
| Octal | 46 | 156 | 332 | 123 | 62 | 0 | 17 | 330 | 107 | 62 |
| Binary | 100110 | 1101110 | 11011010 | 1010011 | 110010 | 0 | 1111 | 11011000 | 1000111 | 110010 |
Color Harmonies of #266EDA
Complementary color
Monochromatic Colors of #266EDA
Black with #266EDA
Text Example
Text Example
White with #266EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266EDA; }
p { color: rgb(38,110,218); }
H1.HeaderClassName
{
color: #266EDA;
}
.AnyTagClassName
{
color: #266EDA;
}
</style>
background-color css
<style>
a { background-color: #266EDA; }
a { background-color: rgb(38,110,218); }
div.DivClassName
{
background-color: #266EDA;
}
.BgClassName
{
background-color: #266EDA;
}
</style>
border-color css
<style>
span { border-color: #266EDA; }
span { border-color: rgb(38,110,218); }
td.TdClassName
{
border-color: #266EDA;
}
.TagClassName
{
border-color: #266EDA;
}
</style>