Shades of Royal Blue #266AFF
Tints of Royal Blue #266AFF
RGB
CMYK
RGB Variations
Color information
#266AFF (or 0x266AFF) is known color: Royal Blue. HEX triplet: 26, 6A and FF. RGB value is (38,106,255). Sum of RGB (Red+Green+Blue) = 38+106+255=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #266AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AFF is #D99500. Grayscale: #656565. Windows color (decimal): -14259457 or 16738854. OLE color: 16738854.
HSL color Cylindrical-coordinate representation of color #266AFF: hue angle of 221.2º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266AFF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 106 | 255 | - |
| CMYK | 0.85 | 0.58 | 0 | 0 |
| HSL | 221.2º | 1% | 0.57% | - |
| HSV(B) | 221.2º | 0.85% | 1% | - |
| XYZ | 24 | 17.94 | 96.81 | - |
| YUV | 102.65 | 213.97 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 255 | 0.85 | 0.58 | 0 | 0 | 221.2 | 1 | 0.57 |
| Hex | 26 | 6A | FF | 55 | 3A | 0 | 0 | DD | 64 | 39 |
| Octal | 46 | 152 | 377 | 125 | 72 | 0 | 0 | 335 | 144 | 71 |
| Binary | 100110 | 1101010 | 11111111 | 1010101 | 111010 | 0 | 0 | 11011101 | 1100100 | 111001 |
Color Harmonies of #266AFF
Complementary color
Monochromatic Colors of #266AFF
Black with #266AFF
Text Example
Text Example
White with #266AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266AFF; }
p { color: rgb(38,106,255); }
H1.HeaderClassName
{
color: #266AFF;
}
.AnyTagClassName
{
color: #266AFF;
}
</style>
background-color css
<style>
a { background-color: #266AFF; }
a { background-color: rgb(38,106,255); }
div.DivClassName
{
background-color: #266AFF;
}
.BgClassName
{
background-color: #266AFF;
}
</style>
border-color css
<style>
span { border-color: #266AFF; }
span { border-color: rgb(38,106,255); }
td.TdClassName
{
border-color: #266AFF;
}
.TagClassName
{
border-color: #266AFF;
}
</style>