Shades of Royal Blue #266EEA
Tints of Royal Blue #266EEA
RGB
CMYK
RGB Variations
Color information
#266EEA (or 0x266EEA) is known color: Royal Blue. HEX triplet: 26, 6E and EA. RGB value is (38,110,234). Sum of RGB (Red+Green+Blue) = 38+110+234=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #266EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266EEA is #D99115. Grayscale: #666666. Windows color (decimal): -14258454 or 15363622. OLE color: 15363622.
HSL color Cylindrical-coordinate representation of color #266EEA: hue angle of 217.96º 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 #266EEA is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 110 | 234 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.08 |
| HSL | 217.96º | 0.82% | 0.53% | - |
| HSV(B) | 217.96º | 0.84% | 0.92% | - |
| XYZ | 21.23 | 17.5 | 80.1 | - |
| YUV | 102.61 | 202.15 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 234 | 0.84 | 0.53 | 0 | 0.08 | 217.96 | 0.82 | 0.53 |
| Hex | 26 | 6E | EA | 54 | 35 | 0 | 8 | DA | 52 | 35 |
| Octal | 46 | 156 | 352 | 124 | 65 | 0 | 10 | 332 | 122 | 65 |
| Binary | 100110 | 1101110 | 11101010 | 1010100 | 110101 | 0 | 1000 | 11011010 | 1010010 | 110101 |
Color Harmonies of #266EEA
Complementary color
Monochromatic Colors of #266EEA
Black with #266EEA
Text Example
Text Example
White with #266EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266EEA; }
p { color: rgb(38,110,234); }
H1.HeaderClassName
{
color: #266EEA;
}
.AnyTagClassName
{
color: #266EEA;
}
</style>
background-color css
<style>
a { background-color: #266EEA; }
a { background-color: rgb(38,110,234); }
div.DivClassName
{
background-color: #266EEA;
}
.BgClassName
{
background-color: #266EEA;
}
</style>
border-color css
<style>
span { border-color: #266EEA; }
span { border-color: rgb(38,110,234); }
td.TdClassName
{
border-color: #266EEA;
}
.TagClassName
{
border-color: #266EEA;
}
</style>