Shades of Royal Blue #266CEA
Tints of Royal Blue #266CEA
RGB
CMYK
RGB Variations
Color information
#266CEA (or 0x266CEA) is known color: Royal Blue. HEX triplet: 26, 6C and EA. RGB value is (38,108,234). Sum of RGB (Red+Green+Blue) = 38+108+234=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #266CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CEA is #D99315. Grayscale: #646464. Windows color (decimal): -14258966 or 15363110. OLE color: 15363110.
HSL color Cylindrical-coordinate representation of color #266CEA: hue angle of 218.57º 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 #266CEA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 108 | 234 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.08 |
| HSL | 218.57º | 0.82% | 0.53% | - |
| HSV(B) | 218.57º | 0.84% | 0.92% | - |
| XYZ | 21.01 | 17.08 | 80.03 | - |
| YUV | 101.43 | 202.81 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 234 | 0.84 | 0.54 | 0 | 0.08 | 218.57 | 0.82 | 0.53 |
| Hex | 26 | 6C | EA | 54 | 36 | 0 | 8 | DB | 52 | 35 |
| Octal | 46 | 154 | 352 | 124 | 66 | 0 | 10 | 333 | 122 | 65 |
| Binary | 100110 | 1101100 | 11101010 | 1010100 | 110110 | 0 | 1000 | 11011011 | 1010010 | 110101 |
Color Harmonies of #266CEA
Complementary color
Monochromatic Colors of #266CEA
Black with #266CEA
Text Example
Text Example
White with #266CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CEA; }
p { color: rgb(38,108,234); }
H1.HeaderClassName
{
color: #266CEA;
}
.AnyTagClassName
{
color: #266CEA;
}
</style>
background-color css
<style>
a { background-color: #266CEA; }
a { background-color: rgb(38,108,234); }
div.DivClassName
{
background-color: #266CEA;
}
.BgClassName
{
background-color: #266CEA;
}
</style>
border-color css
<style>
span { border-color: #266CEA; }
span { border-color: rgb(38,108,234); }
td.TdClassName
{
border-color: #266CEA;
}
.TagClassName
{
border-color: #266CEA;
}
</style>