Shades of Royal Blue #266AE0
Tints of Royal Blue #266AE0
RGB
CMYK
RGB Variations
Color information
#266AE0 (or 0x266AE0) is known color: Royal Blue. HEX triplet: 26, 6A and E0. RGB value is (38,106,224). Sum of RGB (Red+Green+Blue) = 38+106+224=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #266AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266AE0 is #D9951F. Grayscale: #626262. Windows color (decimal): -14259488 or 14707238. OLE color: 14707238.
HSL color Cylindrical-coordinate representation of color #266AE0: hue angle of 218.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266AE0 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 106 | 224 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.12 |
| HSL | 218.06º | 0.75% | 0.51% | - |
| HSV(B) | 218.06º | 0.83% | 0.88% | - |
| XYZ | 19.41 | 16.1 | 72.61 | - |
| YUV | 99.12 | 198.47 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 224 | 0.83 | 0.53 | 0 | 0.12 | 218.06 | 0.75 | 0.51 |
| Hex | 26 | 6A | E0 | 53 | 35 | 0 | C | DA | 4B | 33 |
| Octal | 46 | 152 | 340 | 123 | 65 | 0 | 14 | 332 | 113 | 63 |
| Binary | 100110 | 1101010 | 11100000 | 1010011 | 110101 | 0 | 1100 | 11011010 | 1001011 | 110011 |
Color Harmonies of #266AE0
Complementary color
Monochromatic Colors of #266AE0
Black with #266AE0
Text Example
Text Example
White with #266AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266AE0; }
p { color: rgb(38,106,224); }
H1.HeaderClassName
{
color: #266AE0;
}
.AnyTagClassName
{
color: #266AE0;
}
</style>
background-color css
<style>
a { background-color: #266AE0; }
a { background-color: rgb(38,106,224); }
div.DivClassName
{
background-color: #266AE0;
}
.BgClassName
{
background-color: #266AE0;
}
</style>
border-color css
<style>
span { border-color: #266AE0; }
span { border-color: rgb(38,106,224); }
td.TdClassName
{
border-color: #266AE0;
}
.TagClassName
{
border-color: #266AE0;
}
</style>